diff options
| author | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-01 06:34:29 -0500 |
|---|---|---|
| committer | Arjun Roychowdhury <pliablepixels@gmail.com> | 2015-11-01 06:34:29 -0500 |
| commit | 047f76dfbdf845718cff805e154531df28d77c48 (patch) | |
| tree | a53a47a79d4e5b89413e04fb6fefa3d664c6c1e7 /www | |
| parent | 2fe632d47c2c12aea423fdb837057d86d136e7c1 (diff) | |
#60
Diffstat (limited to 'www')
| -rw-r--r-- | www/js/EventCtrl.js | 12 |
1 files changed, 1 insertions, 11 deletions
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(); |
