summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorPliablePixels <pliablepixels@gmail.com>2015-06-06 18:14:07 -0400
committerPliablePixels <pliablepixels@gmail.com>2015-06-06 18:14:07 -0400
commit29b1c060760d77cc2b49829f615e1442698f2980 (patch)
treec62ac4300262c2f278ac481f2b250e4f03eeca65 /www/js/app.js
parent41411b6201fa5e6ca0f78bb78073bbf525d4b573 (diff)
added a full screen option for montage view too - no status bars and sliders
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 7832a7bf..a19f6a7d 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -6,8 +6,7 @@
// core app start stuff
angular.module('zmApp', [
'ionic',
- 'zmApp.controllers',
-
+ 'zmApp.controllers'
])
@@ -333,6 +332,7 @@ angular.module('zmApp', [
url: "/montage",
templateUrl: "templates/montage.html",
controller: 'zmApp.MontageCtrl',
+ params: {minimal:false, isRefresh:false}
});