accetone / mutant-ng-translate

i18n for angular 1.x.x
http://accetone.github.io/mutant-ng-translate-docs/
MIT License
1 stars 0 forks source link

Init in config #16

Closed accetone closed 8 years ago

accetone commented 8 years ago

Check if we can initialize translate service in angular config section. If not - we need to implement this feature

accetone commented 8 years ago

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();