From f3136eefe9105deb1d97123629dae80c2de66304 Mon Sep 17 00:00:00 2001 From: PliablePixels Date: Thu, 2 Jul 2015 10:33:26 -0400 Subject: updated libraries, squashed the problem of not getting bar handles on click, optimized montage view --- www/js/app.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'www/js/app.js') 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', + ]) //------------------------------------------------------------------ -- cgit v1.2.3