Author: ygrego Date: 2015-06-17 11:42:06 +0000 (Wed, 17 Jun 2015) New Revision: 1731 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1731 Log: Manage the information of current channel set in emulator and the channel switching. Modified: oipf/emulator/js/contollers/RemoteControlControllers.js Modified: oipf/emulator/js/contollers/RemoteControlControllers.js =================================================================== --- oipf/emulator/js/contollers/RemoteControlControllers.js 2015-06-16 15:35:00 UTC (rev 1730) +++ oipf/emulator/js/contollers/RemoteControlControllers.js 2015-06-17 11:42:06 UTC (rev 1731) @@ -133,3 +133,15 @@ }); }]); + +RemoteControlControllers.controller("VideoBroadcastController", + ["$rootScope", "$scope", "ConfigurationService", function($rootScope, $scope, ConfigurationService) { + + +}]); + +RemoteControlControllers.controller("PanelChannelController", + ["$rootScope", "$scope", function($rootScope, $scope) { + $scope.isRequired = false; +}]); +