templates.localizationFactory.hbs.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ui-designer-artifact-builder-generator-angularjs Show documentation
Show all versions of ui-designer-artifact-builder-generator-angularjs Show documentation
This module is a generator on AngularJS for Artifact Builder
angular.module('bonitasoft.ui.services').factory('localizationFactory', function() {
return {
get: function() {
return {{{ localization }}};
}
};
});