diff options
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', + ]) //------------------------------------------------------------------ |
