Skip to content

Releases: dwmkerr/angular-modal-service

v0.6.4

15 Mar 17:30
Compare
Choose a tag to compare

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

27 Feb 22:34
Compare
Choose a tag to compare

Fixes an issue that can lead to the modal scope never being destroyed.

v0.6.2

27 Feb 22:07
Compare
Choose a tag to compare

Fixed issue with vendor files and tidied up close logic.

v0.6.1

27 Feb 21:11
Compare
Choose a tag to compare

Moved to Gulp

v0.6.0

23 Jan 06:28
Compare
Choose a tag to compare

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

01 Dec 04:56
Compare
Choose a tag to compare

In this release the Angular Modal Service has been updated to depend on the latest version of AngularJS.

v0.4.0

29 Oct 14:28
Compare
Choose a tag to compare

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

25 Jul 12:51
Compare
Choose a tag to compare

Initial release of the Angular Modal Service.