PATH:
home
/
letacommog
/
letaweb
/
admin
/
modules
/
embed
define(['module/base'],function(base) { return createModuleDefinition([base], function($file_manager,$dialog) { this.initializeData = {url:'https://www.youtube.com/watch?v=iGp8CSXNENU'}; this.controller = function($scope, $moduleInstance) { $scope.changeUrl = function() { var url = $scope.data.url; $moduleInstance.module_data.url = url; $moduleInstance.loadHtml(); } } }); });
[+]
..
[-] frontend_class.php
[edit]
[-] frontend_view.php
[edit]
[-] backend.php
[edit]
[-] backend.js
[edit]
[-] frontend_script.php
[edit]