marcorinck / angular-growl

growl-like notifications for angularJS projects
MIT License
479 stars 191 forks source link

Circular dependency found while using with angular-translations / Partial-Loader module #15

Open xmlking opened 10 years ago

xmlking commented 10 years ago

I am using latest growl and translations modules along with angular 1.2.6 Growl is not able to translate notification messages as expected. Should I load modules/JavaScript files in proper order ? Please advice.

xmlking commented 10 years ago

Please see the Plunker code: working http://embed.plnkr.co/3DuBmR35SeiFKcHlbXWG/preview not working http://embed.plnkr.co/bYfuTX0nf1jQpzuA5cHv/preview

  1. when using with statically added translations --> working
  2. when using with statically added translations + growlProvider.serverMessagesInterceptor --> working
  3. when using with PartialLoader loaded translations + growlProvider.serverMessagesInterceptor --> notworking
  4. when using with PartialLoader loaded translations + without growlProvider.serverMessagesInterceptor --> working