diff options
| author | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-22 15:25:25 -0400 |
|---|---|---|
| committer | Pliable Pixels <pliablepixels@gmail.com> | 2018-04-22 15:25:25 -0400 |
| commit | aa29550a71443e3d3272aee87ea6b778f3a372ea (patch) | |
| tree | 19d3bb61c6a5af1ecfddf4c8d0fbe1547a2cf766 /www/js/EventModalCtrl.js | |
| parent | cf644cc65b462362474512160eb0ae1f51a0b158 (diff) | |
tiny bits here and there
Diffstat (limited to 'www/js/EventModalCtrl.js')
| -rw-r--r-- | www/js/EventModalCtrl.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/EventModalCtrl.js b/www/js/EventModalCtrl.js index 5f37fa69..7e6029a2 100644 --- a/www/js/EventModalCtrl.js +++ b/www/js/EventModalCtrl.js @@ -966,7 +966,8 @@ angular.module('zmApp.controllers').controller('EventModalCtrl', ['$scope', '$ro $scope.$on('modal.shown', function(e, m) { - console.log ("AUTH="+$rootScope.authSession); + $ionicLoading.hide(); + // console.log ("AUTH="+$rootScope.authSession); if (m.id != 'footage') return; |
