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

Breaks angular-growl messages #112

Closed cmbirk closed 9 years ago

cmbirk commented 9 years ago

I'm using https://github.com/JanStevens/angular-growl-2 for quick messages, and when I import angular-dialog-service, the text of the growl messages no longer appear. The boxes still appear, but have no text in them.

m-e-conroy commented 9 years ago

I'm going to take a quick guess at this and say that there is some conflict in the with Angular-Translate list of translations if you're using that.

m-e-conroy commented 9 years ago

I don't use angular-growl but I have used ngToast with this service and it works fine with no interference.

I'm sorry I really don't have the time to test this service with other angular modules.