angular-confirm
angular-confirm copied to clipboard
Confirmation modal dialog for AngularJS
Perhaps this fixes failing Travis tests: ``` ng test /home/travis/build/jameskleeh/angular-confirm/node_modules/@ngtools/json-schema/src/schema-class-factory.js:34 result.push(...indices); ^^^ SyntaxError: Unexpected token ... at exports.runInThisContext (vm.js:53:16) at Module._compile (module.js:373:25) at Object.Module._extensions..js (module.js:416:10) at Module.load (module.js:343:32) at Function.Module._load...
- Remove broken demo link (related to _Update demo page_ #77) - Change "Angular 2" to "Angular v2+" (as this should work with v3, v4 etc. See [Angular versioning](https://angularjs.blogspot.lt/2016/10/versioning-and-releasing-angular.html) update)
To show the named templates feature
Hi , we are using angular 1.4.0 version and we are trying to upgrade the bootstrap version from ui-bootstrap-tpls-0.7.0 to ui-bootstrap-tpls-2.5.0.min.js. But after upgrading it to the new version i...
Event propagation can not be stopped. If $event.stopPropagation() is called in ng-click expression, it is not called right on click but upon dialog is closed and at that point event...
The code as it sits ends up deleting a template ( because it's trying to use templateUrl ) This is because the check which is supposed to confirm existence of...
The solution is to check for true values
Adds a couple important missing options to the directive: - A hook called when the confirm dialog opens (useful for any corresponding UI updates) - A hook called when the...