dhoko / angular-ngBabelfish

Internationalization module for angular.js, it's magic !
MIT License
11 stars 3 forks source link

Add a ngbabelfishSolo provider #32

Closed dhoko closed 9 years ago

dhoko commented 10 years ago

Add a new provider to configure for the app the translator service

To remove these lines, from a run or a controller.

translator.initSolo({
    lang: 'fr-FR',
    namespace: 'i18n',
    url: '/i18n/translations.json'
});
translator.load();
dhoko commented 9 years ago

deprecated