ng-simple-dialog
A simple, yet powerful dialog utility for AngularJS. Based on simple-dialog.
Usage
Include the module into your application:
var myModule = angular;
Create dialogs anywhere, i.e. in controllers:
var dialogTemplate = '{{ a }} + {{ b }} <br/>' + '<button ng-click="dialog.close(a + b)">CALCULATE</button>'; { var data = a: 'A' b: 'B' ; this { var dialog = ; dialog; };}
License
MIT