angular-growl
angular-growl copied to clipboard
Circular dependency found while using with angular-translations / Partial-Loader module
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.
Please see the Plunker code: working http://embed.plnkr.co/3DuBmR35SeiFKcHlbXWG/preview not working http://embed.plnkr.co/bYfuTX0nf1jQpzuA5cHv/preview
- when using with statically added translations --> working
- when using with statically added translations + growlProvider.serverMessagesInterceptor --> working
- when using with PartialLoader loaded translations + growlProvider.serverMessagesInterceptor --> notworking
- when using with PartialLoader loaded translations + without growlProvider.serverMessagesInterceptor --> working