Provide I18n as angular service

TODO move to UI components
pull/913/head
Till Breuer 11 years ago
parent eddf0fd5ee
commit 75c9152ee1
  1. 4
      app/assets/javascripts/angular/helpers/i18n.js

@ -0,0 +1,4 @@
// TODO move to UI components
openprojectApp.factory('I18n', [function() {
return I18n;
}]);
Loading…
Cancel
Save