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.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/www/js/app.js b/www/js/app.js
index 2ed58cd6..a9fb624c 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -8,6 +8,7 @@ var appVersion = "0.0.0";
// core app start stuff
angular.module('zmApp', [
'ionic',
+ 'ngIOS9UIWebViewPatch',
'tc.chartjs',
'zmApp.controllers',
'fileLogger',