angular-confirm
angular-confirm copied to clipboard
A multipurpose plugin for alert, confirm & dialog for angular1
I have open the confirm box. Now I want to close this through controller not by clicking the close icon. How can I do that?
Hi, I'm using angular 1.5.9 and angular-confirm 1.1.0. Due to this article: https://www.bennadel.com/blog/2853-ngshow-nghide-classes-get-applied-in-the-postdigest-phase-in-angularjs-1-3.htm If I use dom controller with ng-hide or ng-show in confirm box template, the digest will first...
On close function: `if (typeof this.onClose === 'function') this.onClose.apply(this, [this.scope]);` and in the setTimeout function: `if (typeof self.onDestroy == 'function') self.onDestroy.apply(self, [self.scope]);` These two functions will not emit anything to...
Don't think I saw an option for this in the document, but 'ControllerAs' syntax would be nice to have. This would allow the ability to pass 'this' as scope. Not...
I have a request concerning this library. Please, can we have Angular 14 support?