PATH:
home
/
letacommog
/
letaweb
/
admin
/
modules
/
html
define(['module/base'],function(base) { return createModuleDefinition([base], function($window) { this.initializeData = { code:'Insert html' }; this.controller = function($scope, $moduleInstance) { $scope.updateHtml = function() { $moduleInstance.getModuleTemplate().then(function(template) { jQuery($moduleInstance.getElement()).html(template); }); } }; }) });
[+]
..
[-] frontend_class.php
[edit]
[-] backend.php
[edit]
[-] backend.js
[edit]
[-] frontend_view.php
[edit]