summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-11-22 11:03:03 -0400
committerPliable Pixels <pliablepixels@gmail.com>2016-11-22 11:03:03 -0400
commitfc9f5198166e500b85a217125157822a2f45921a (patch)
tree363e0cd217c89454e364451b5e90606d08a0c494 /www/js/app.js
parent15d1554afce0ef2435bdafb0a90fc571d447ab72 (diff)
Added cue points time matched with video player scrub bar #381
Diffstat (limited to 'www/js/app.js')
-rw-r--r--www/js/app.js3
1 files changed, 2 insertions, 1 deletions
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'
])