m-e-conroy / angular-dialog-service

A complete AngularJS service with controllers and templates for generating application modals and dialogs for use with Angular-UI-Bootstrap and Twitter Bootstrap
MIT License
618 stars 228 forks source link

Implementation of data-dismiss #94

Open hugsbrugs opened 9 years ago

hugsbrugs commented 9 years ago

Hello,

I'm wondering if data-dismiss="modal" should work or if I must use ng-click="close()" and implement a close function in each controller ? This not a necessity but it would save a few lines of code ...

Thank's for your great plugin !

m-e-conroy commented 9 years ago

Thank you for the compliment, sorry haven't responded in such a long time. Been inundated with my real job. Anyway... I'm not familiar with 'data-dismiss' and am unsure of what you're trying to accomplish, but if you like you can fork it and submit a pull request with what you're looking for if you like.