summaryrefslogtreecommitdiff
path: root/www/js/MonitorCtrl.js
diff options
context:
space:
mode:
authorARC <arjunrc@gmail.com>2015-04-25 15:11:33 -0400
committerARC <arjunrc@gmail.com>2015-04-25 15:11:33 -0400
commit18b05289d8042b602054a46a8b7f78667e15a1df (patch)
treecf80d1183b5f12e35ebd15158e3d947041584519 /www/js/MonitorCtrl.js
parentcd467c329d6c7f97b549bad965f69f95a8b487af (diff)
Comments added
Diffstat (limited to 'www/js/MonitorCtrl.js')
-rw-r--r--www/js/MonitorCtrl.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/js/MonitorCtrl.js b/www/js/MonitorCtrl.js
index 300f5538..2db85aa5 100644
--- a/www/js/MonitorCtrl.js
+++ b/www/js/MonitorCtrl.js
@@ -1,3 +1,5 @@
+// controller for Monitor View
+
angular.module('zmApp.controllers').controller('zmApp.MonitorCtrl', function ($scope, ZMDataModel, message,$ionicSideMenuDelegate) {
$scope.monitors = [];
@@ -25,4 +27,4 @@ $scope.openMenu = function () {
};
-}); \ No newline at end of file
+});