summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
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}
});