angular-modal
angular-modal copied to clipboard
Simple AngularJS service for creating modals
The readme says this is a component eg: ```js something in modal {{ $ctrl.someProp }} ``` but this is not a component, it's a service.
Our team encountered this problem: - we raise a welcome modal on a given page - user hits back button and welcome modal remains Programmatically closing the modal registers as...
I've done this locally, i'll do a pull request in a few days.
Support getting modal parent element across page changes.
I find that I must include ng-annotate to use this module. I got around it by requiring the minified version: require('../../node_modules/angular-modal/modal.min'); It would be great if you could run ng-annotate...
Angular 1.4.0 has been released. So, I fixed package.json.
I'm getting this error when calling deactivate (subsequent calls to activate fail): ``` TypeError: Cannot read property 'then' of undefined ``` on this line: https://github.com/btford/angular-modal/blob/master/modal.js#L75 I rolled back to v0.4.0...
Please tell me examples of how I can animate modal window
As there is also a bower package available, I though it was a good idea to add installation instructions on the README.md file.