From fc9f5198166e500b85a217125157822a2f45921a Mon Sep 17 00:00:00 2001 From: Pliable Pixels Date: Tue, 22 Nov 2016 11:03:03 -0400 Subject: Added cue points time matched with video player scrub bar #381 --- www/js/app.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'www/js/app.js') diff --git a/www/js/app.js b/www/js/app.js index c3ef262d..8a146b9b 100644 --- a/www/js/app.js +++ b/www/js/app.js @@ -26,7 +26,8 @@ angular.module('zmApp', [ 'ionic-native-transitions', 'mgo-angular-wizard', 'pascalprecht.translate', - 'jett.ionic.scroll.sista' + 'jett.ionic.scroll.sista', + 'uk.ac.soton.ecs.videogular.plugins.cuepoints' ]) -- cgit v1.2.3