angular-confirm icon indicating copy to clipboard operation
angular-confirm copied to clipboard

Confirmation modal dialog for AngularJS

Results 14 angular-confirm issues
Sort by recently updated
recently updated
newest added

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"

help wanted

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...

awaiting feedback