summaryrefslogtreecommitdiff
path: root/www/js/MontageCtrl.js
diff options
context:
space:
mode:
Diffstat (limited to 'www/js/MontageCtrl.js')
-rw-r--r--www/js/MontageCtrl.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/js/MontageCtrl.js b/www/js/MontageCtrl.js
index 8a189dfb..ed7acc3d 100644
--- a/www/js/MontageCtrl.js
+++ b/www/js/MontageCtrl.js
@@ -7,6 +7,17 @@ angular.module('zmApp.controllers').controller('zmApp.MontageCtrl', function ($s
$ionicSideMenuDelegate.toggleLeft();
}
+ $scope.getMontageImagePath = function ()
+ {
+ return ZMDataModel.getMontageImagePath();
+ }
+
+ $scope.isSimulated = function ()
+ {
+ return ZMDataModel.isSimulated();
+ }
+
+
//var monsize =3;
console.log("********* Inside Montage Ctrl");
$scope.LoginData = ZMDataModel.getLogin();