angular-confirm
angular-confirm copied to clipboard
Confirmation modal dialog for AngularJS
Hi All, I whipped up some quick TypeScript definitions, in case anyone here is into that sort of thing: https://gist.github.com/clonardo/c8e951818a98a8a6bbc3c9cfdb8682d5 I'll probably tweak them a bit before submitting a PR...
The bowser throw an error:"Error: [$injector:unpr] http://errors.angularjs.org/1.4.6/$injector/unpr?p0=onfirmProvider%20%3C-%20%24confirm"
I just add $event.stopPropagation(); when binding click event. That what the problem I found when parent element has click event.
Firstly, thanks for the module. Works great. I just noticed that when I use Angular Bootstrap Tooltip on the same element, the confirm doesn't work anymore. For example this works...