Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 635 Bytes

README.md

File metadata and controls

23 lines (17 loc) · 635 Bytes

angular-confirm

Install

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']);