angular-growl icon indicating copy to clipboard operation
angular-growl copied to clipboard

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

Open xmlking opened this issue 11 years ago • 1 comments

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 avatar Jan 07 '14 06:01 xmlking

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

xmlking avatar Jan 09 '14 02:01 xmlking