Closed accetone closed 8 years ago
Check if we can initialize translate service in angular config section. If not - we need to implement this feature
It's possible. Require some extra work, but it's reasonable price. Further we can rewrite all angular factories to providers to avoid this.
var $translate = $translateProvider.$get();
Check if we can initialize translate service in angular config section. If not - we need to implement this feature