diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-28 14:03:13 -0500 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2016-11-28 14:03:13 -0500 |
| commit | 76ed15b904463247bcd799b0116380ee4a1ddb6d (patch) | |
| tree | b3d82068e6a2dc03447b80c064fa655d5f7df90f /www/js/EventModalCtrl.js | |
| parent | 010e28c69d86c48b33715fa67c972a4d4e49bee4 (diff) | |
modifications for picking up feeds from new zmNinja medium blog
Diffstat (limited to 'www/js/EventModalCtrl.js')
| -rw-r--r-- | www/js/EventModalCtrl.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js index f7030d12..81cf702a 100644 --- a/www/js/EventModalCtrl.js +++ b/www/js/EventModalCtrl.js @@ -185,6 +185,7 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro $scope.onCanPlay = function() { + console.log ("*********** CAN PLAY"); $ionicLoading.hide(); NVRDataModel.debug("This video can be played"); |
