All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.factory.hbs.js Maven / Gradle / Ivy

There is a newer version: 1.0.9
Show newest version
angular.module('bonitasoft.ui.services').factory('{{name}}Factory', function() {
  var resources = {};
  {{#each resources}}
  resources['{{ @key }}'] =  {{ json this }};
  {{/each}}
  return {
    get: function(uuid) {
      return resources[uuid];
    }
  };
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy