summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorpliablepixels <pliablepixels@gmail.com>2016-01-26 17:29:16 -0500
committerpliablepixels <pliablepixels@gmail.com>2016-01-26 17:29:16 -0500
commitac521c0b5cd3420a0c45f3e0946b00565992a98b (patch)
treeb13a84baa6550b60d323e803fff075987c42fa73 /www/js/app.js
parent9bc9950984b940449c16b557b41672e65e17b4d1 (diff)
#154 - closed data leak holes, added date-time picker for a neater interface
Former-commit-id: 401a743f555a5dd8021e6b8af790cd38808fd1ac
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index e3f928eb..066c4beb 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -9,6 +9,7 @@ var appVersion = "0.0.0";
// core app start stuff
angular.module('zmApp', [
'ionic',
+ 'ion-datetime-picker',
'ngIOS9UIWebViewPatch',
'tc.chartjs',
'zmApp.controllers',
@@ -17,7 +18,8 @@ angular.module('zmApp', [
'angularAwesomeSlider',
'com.2fdevs.videogular',
'com.2fdevs.videogular.plugins.controls',
- 'com.2fdevs.videogular.plugins.overlayplay'
+ 'com.2fdevs.videogular.plugins.overlayplay',
+
])