diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-07-02 10:33:26 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-07-02 10:33:26 -0400 |
| commit | f3136eefe9105deb1d97123629dae80c2de66304 (patch) | |
| tree | 5389bd34d555ab4c3c065292e17cd41576db33ae /www/js/app.js | |
| parent | 5e523cf0d1a3644f6a41709b777b08f73ec71d49 (diff) | |
updated libraries, squashed the problem of not getting bar handles on click, optimized montage view
Diffstat (limited to 'www/js/app.js')
| -rw-r--r-- | www/js/app.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js index 9bbecce4..6cdfbae8 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -6,8 +6,10 @@ // core app start stuff angular.module('zmApp', [ 'ionic', + 'tc.chartjs', 'zmApp.controllers', - 'fileLogger' + 'fileLogger', + ]) //------------------------------------------------------------------ |
