r1772 - oipf/emulator/js/contollers
Author: ygrego Date: 2015-07-07 10:38:21 +0000 (Tue, 07 Jul 2015) New Revision: 1772 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1772 Log: Permit the display of the channel information and the searching of current programme. Modified: oipf/emulator/js/contollers/VideoBroadcastController.js Modified: oipf/emulator/js/contollers/VideoBroadcastController.js =================================================================== --- oipf/emulator/js/contollers/VideoBroadcastController.js 2015-07-07 10:27:32 UTC (rev 1771) +++ oipf/emulator/js/contollers/VideoBroadcastController.js 2015-07-07 10:38:21 UTC (rev 1772) @@ -26,7 +26,6 @@ }, 3000); } $scope.channelNumber += buttonId; - }; $scope.$on("ChannelChangeEvent", function(event, changeType) { @@ -70,13 +69,10 @@ console.groupEnd("VideoBroadcastController"); // $rootScope.channelInfo = true; $scope.chanLogo = $scope.videoBroadcastService.getCurrentChannelLogoUrl(); - $timeout(function() { - $rootScope.channelInfo = false; - }, 4000); }) .then(function() { return $scope.searchManagerService - ._findCurrentProgramme($scope.videoBroadcastService.getCurrentChannel()); + .findCurrentProgramme($scope.videoBroadcastService.getCurrentChannel()); }) .then(function() { console.log("Current programme OK.");
participants (1)
-
ygregoï¼ users.nuiton.org