From 4f85c93a83074f8a7a0dc754bd9516c51401c24e Mon Sep 17 00:00:00 2001 From: ARC Date: Sun, 26 Apr 2015 10:19:37 -0400 Subject: add simulation mode via settings and in montage view. Events pending --- www/js/MontageCtrl.js | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'www/js/MontageCtrl.js') 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(); -- cgit v1.2.3