summaryrefslogtreecommitdiff
path: root/www/js/ModalCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/ModalCtrl.js')
-rw-r--r--www/js/ModalCtrl.js8
1 files changed, 7 insertions, 1 deletions
diff --git a/www/js/ModalCtrl.js b/www/js/ModalCtrl.js
index 31ff2d2a..954388a5 100644
--- a/www/js/ModalCtrl.js
+++ b/www/js/ModalCtrl.js
@@ -50,6 +50,8 @@ angular.module('zmApp.controllers').controller('ModalCtrl', ['$scope', '$rootSco
});
+
+
$scope.radialMenuOptions = {
content: '',
@@ -170,6 +172,8 @@ angular.module('zmApp.controllers').controller('ModalCtrl', ['$scope', '$rootSco
loadModalNotifications();
+
+
function onPause() {
ZMDataModel.zmDebug("ModalCtrl: onpause called");
@@ -579,4 +583,6 @@ angular.module('zmApp.controllers').controller('ModalCtrl', ['$scope', '$rootSco
});
-}]); \ No newline at end of file
+}]);
+
+