angular-modal-service icon indicating copy to clipboard operation
angular-modal-service copied to clipboard

Modal service for AngularJS - supports creating popups and modals via a service.

Results 53 angular-modal-service issues
Sort by recently updated
recently updated
newest added

I am calling ModalService from a directive, which works well when on a particular route view. However, when I change the route to other view where the same directive exists,...

Hi. After used the newest version of angular-modal-service i received 404 on server log: 6.11.16 01:31:03 404 GET /node_modules/angular-modal-service/dst/dst/angular-modal-service.min.js.map As I can see it's occurring because of missing "dist/angular-modal-service.min.js.map" file...

To stop any form validation errors from a non existent form when the scope still exists, destroy the scope first and then let $animate remove the template

I think when closing the modal on location change it shouldn't pass event as the result .

This enables the modal to be closed by external factors outside of the modal's controller. Also made the `cleanUpClose` function a little more null safe as we've seen a handful...

I'm new to Angular and Bootstrap and was looking at this modal service. It mostly does what I wanted but it would only autofocus the input box the first time...

I need to show a modal, but the data comes from an rpc call to the backend, currently it shows the modal with empty data then a second later loads...

Hi there! I'm using your service in project which works with typescript. Do you want to add [typescript defenitions](https://github.com/typings/registry) to your project? I have ready to use material for it.

When i create some directive in modal template definition and try send from modal controller some scope params in directive isolated scope, params in directive are undefined. Demonstrating example: https://jsfiddle.net/ztqvavcu/

Hello, Thanks for this great service! I've just implemented some nice CSS animations using the classes provided when you're using ngAnimate, but I'm experiencing some issues when it comes to...