angular-dialog-service
angular-dialog-service copied to clipboard
A complete AngularJS service with controllers and templates for generating application modals and dialogs for use with Angular-UI-Bootstrap and Twitter Bootstrap
When using Grunt wiredep task to wire dependencies I notice the version I pulled from bower (version 5.2.8) had the main section specify the minified version (see below) contrary to...
Let's refactor `.create` to take an options object. I propose that since the current version takes URL as the first parameter, it's probably always true that arguments.length >= 1 and...
Hi, Your work seems to be nice :) Is it possible to make a Nuget package to install your lib (and its dependencies) easily ? Thanks.
The $modal service can take the scope as parameter, but this is not currently supported by the dialog service. I'd like to open a dialog without having to create a...
Although according to the docs and examples, you can pass data onto the modal controller using the third parameter `data` in `dialogs.create('address/to/modal/template.html', 'ModalController', data, opts)`, this is only good for...
Animations are disabled by default due to a bug with animations introduced in 1.4. We should investigate and see if we can find a fix for animations at some point..
Would be nice in readme to have section with install instructions like bower install + what module name to and in app.js
Maybe someone will serve my resolution to the next problem. I have a dropdown in which the user can select options, and has a button to apply the changes. In...
Hi, Your plugin is so helpful. Here is my minor contribution: I have included the solution for prompt dialog but I don't know how to use Git, sorry. Here is...
When troubleshooting your installation, I found it difficult to understand whether you have the correct version or not if the JavaScript files aren't labelled / annotated with version numbers.