Open dhoko opened 10 years ago
With some directives, even if you are using translator.load() in the .config(), the translation won't be loaded when the directive compiles.
translator.load()
So you have to use load another time to load the translation. It should return a promise, not from http but from Q.
With some directives, even if you are using
translator.load()
in the .config(), the translation won't be loaded when the directive compiles.So you have to use load another time to load the translation. It should return a promise, not from http but from Q.