PATH:
home
/
letacommog
/
letaweb
/
admin
/
modules
/
spacer
define(['module/base'],function(base) { return createModuleDefinition([base], function($window) { this.initializeData = { }; this.controller = function($scope, $moduleInstance) { $scope.data.height = parseInt($scope.data.height || 20); $scope.changeHeight = function() { $moduleInstance.getElement().children('.space').css('height',$scope.data.height+'px'); } }; }) });
[+]
..
[-] backend.php
[edit]
[-] frontend_class.php
[edit]
[-] frontend_view.php
[edit]
[-] backend.js
[edit]