Releases: dwmkerr/angular-modal-service
Releases · dwmkerr/angular-modal-service
v0.6.4
You can now provide a scope
in the modal options. If provided, the modal service will not create a new scope and pass it to the controller, but use the scope provided. Be careful - the service will still destroy the scope afterwards.
v0.6.3
Fixes an issue that can lead to the modal scope never being destroyed.
v0.6.2
Fixed issue with vendor files and tidied up close
logic.
v0.6.0
This release allows you to name your controllers on the scope with the controllerAs
syntax. See ngController for more details.
Thanks to kernowjoe for the changes.
v0.5.0
In this release the Angular Modal Service has been updated to depend on the latest version of AngularJS.
v0.4.0
In this release we have the facility to let the modal element be created as the child of a specific element, rather than the body.
This release has no breaking changes.
v0.1.0
Initial release of the Angular Modal Service.