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

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

There is a newer version: 1.0.9
Show newest version
var module;
try {
  module = angular.module('bonitasoft.ui.fragments');
} catch (e) {
  module = angular.module('bonitasoft.ui.fragments', []);
  angular.module('bonitasoft.ui').requires.push('bonitasoft.ui.fragments');
}
module.directive('{{ directiveName }}', function() {
  return {
    template: '
{{{ rowsHtml }}}
' }; });




© 2015 - 2024 Weber Informatics LLC | Privacy Policy