This module requires the Angular-UI-Bootstrap $modal service. The default template uses styles from Bootstrap 3.x.
Note: to use ui-bootstrap < 0.14.x you must keep on the 1.1.x release track for this module.
To install with npm:
npm install angular-confirm
To install with bower:
bower install angular-confirm-modal
Then simply add a dependency to the angular-confirm
module:
angular.module('myApp', ['angular-confirm']);