kensho-technologies / ng-alertify

[DEPRECATED] AngularJS wrapper around alertify popup library
http://kensho.github.io/ng-alertify/
MIT License
18 stars 14 forks source link

Wrap alertify.confirm into the promise-returning confirm method #1

Closed bahmutov closed 9 years ago

bahmutov commented 9 years ago
Alertify.confirm('Are you sure').then(function confirmed() { ... }, function cancelled() { ... });