diff options
| author | ARC <arjunrc@gmail.com> | 2015-04-26 10:19:37 -0400 |
|---|---|---|
| committer | ARC <arjunrc@gmail.com> | 2015-04-26 10:19:37 -0400 |
| commit | 4f85c93a83074f8a7a0dc754bd9516c51401c24e (patch) | |
| tree | 5720407909f7fae3f84d0a2f91d2072851a9e5bc /www/js/MontageCtrl.js | |
| parent | b08473490be9d1571ebbd893ce5564043b3950d3 (diff) | |
add simulation mode via settings and in montage view. Events pending
Diffstat (limited to 'www/js/MontageCtrl.js')
| -rw-r--r-- | www/js/MontageCtrl.js | 11 |
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(); |
