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

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

There is a newer version: 1.0.9
Show newest version
(function () {
  try {
    return angular.module('bonitasoft.ui.widgets');
  } catch(e) {
    return angular.module('bonitasoft.ui.widgets', []);
  }
})().directive('{{ id }}', function() {
    return {
      {{#if controller}}
      controllerAs: 'ctrl',
      controller: {{{ controller }}},
      {{/if}}
      template: '{{{ escapedTemplate }}}'
    };
  });




© 2015 - 2024 Weber Informatics LLC | Privacy Policy