angular-confirm
angular-confirm copied to clipboard
A multipurpose plugin for alert, confirm & dialog for angular1
I'm unable to write in input unable to change the input value when I open jConfirm above the bootstrap modal.
I have tried Chrome and Firefox, and I am not able to copy text in modal dialog. Not sure why. Could anyone explain to me?
libraries should not default to disabling built-in browser behaviour Fixes #36
This is a very good component but it should also support to call as a service in AngularJS as currently it supports only directive way.
 I am getting this error when trying to call this ``` $ngConfirm({ title: 'Alert', icon: 'fa fa-info-circle', theme: 'supervan', content: '', animation: 'scale', closeAnimation: 'scale', buttons: { ok:...
Hi, I'm on angular 8 and I don't know how to do angular-confirm on it. Anybody can help me?
In particular, this seems to be the offending line: https://github.com/craftpip/angular-confirm/blob/master/css/angular-confirm.less#L69 This means if you use an alert to display any kind of important info, e.g. an error message, users won't...
Hi, it would be grateful if you release plugin for angular. (version 2- 7)
Hi , is it possible a popover also like boostrap popover Thank you
It works for any other key or when input is not focus. However, when both situations occur simultaneously, enter action doesn't get triggered.