From 047f76dfbdf845718cff805e154531df28d77c48 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Sun, 1 Nov 2015 06:34:29 -0500 Subject: #60 --- www/js/EventCtrl.js | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'www/js') diff --git a/www/js/EventCtrl.js b/www/js/EventCtrl.js index c5aad8d5..2ba1cf7d 100644 --- a/www/js/EventCtrl.js +++ b/www/js/EventCtrl.js @@ -16,17 +16,7 @@ angular.module('zmApp.controllers') // Controller main //--------------------------------------------------- - $scope.video={}; - $scope.video.config = { - sources: [ - {src: $sce.trustAsResourceUrl("http://173.228.105.6/zm/events/2/15/11/01/01/54/03/754-video.mp4"), type: "video/mp4"} - - ], - - theme: "lib/videogular-themes-default/videogular.css", - - }; - + var loginData = ZMDataModel.getLogin(); -- cgit v1.2.3