angular-modal-service
angular-modal-service copied to clipboard
Modal service for AngularJS - supports creating popups and modals via a service.
Added total removal of elements on modal from DOM. In some situation the closeModal function didn't remove all modal elements instead there are some remaining on DOM especially the backdrop...
This ensures that component bindings are available in the $onInit callback of the component's lifecycle This addresses the main issue with $onInit brought up by #270
When the user clicks a button on my modal I want to call a function which applies some logic and then closes the modal, I want to use a single...
When I pass a component with bindings to the `ModalService.showModal()` function, I would expect to have the passed values available in the `$onInit()` lifecycle-hook of that component (that's when all...
*** βοΈ **Important announcement:** Greenkeeper will be saying goodbye π and passing the torch to Snyk on June 3rd, 2020! [Find out how to migrate to Snyk and more at...
## The devDependency [uglify-js](https://github.com/mishoo/UglifyJS2) was updated from `3.6.1` to `3.6.2`. π¨ [View failing branch](https://github.com/dwmkerr/angular-modal-service/compare/master...dwmkerr:greenkeeper%2Fuglify-js-3.6.2). This version is **covered** by your **current version range** and after updating it in your project...
## The devDependency [karma](https://github.com/karma-runner/karma) was updated from `3.1.1` to `3.1.2`. π¨ [View failing branch](https://github.com/dwmkerr/angular-modal-service/compare/master...dwmkerr:greenkeeper%2Fkarma-3.1.2). This version is **covered** by your **current version range** and after updating it in your project...
## The devDependency [webpack](https://github.com/webpack/webpack) was updated from `4.35.3` to `4.36.0`. π¨ [View failing branch](https://github.com/dwmkerr/angular-modal-service/compare/master...dwmkerr:greenkeeper%2Fwebpack-4.36.0). This version is **covered** by your **current version range** and after updating it in your project...
## The devDependency [sinon](https://github.com/sinonjs/sinon) was updated from `7.5.0` to `8.0.0`. This version is **not covered** by your **current version range**. If you donβt accept this pull request, your project will...
Hi, I have a modal to edit some itens in my application, and inside this modal I have a remove button which calls another modal service in the scope of...