summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2016-12-30 13:42:28 -0500
committerPliable Pixels <pliablepixels@gmail.com>2016-12-30 13:42:28 -0500
commitad49ce46fdd6c3d245302575de8fede0995d4069 (patch)
tree1e1c71d3d0619628436ba9a5f1275f6b0d6044e5 /www/js/app.js
parentb56c655674ebe4bfb3a1de662556f576eccb85ba (diff)
initial support - motion shows in alarm frames, falls back to no motion frames if analysis images are not found. Scrub and playback don't show motion outlines (yet) #417
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 0e7f13ee..7b95eddc 100644
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -27,7 +27,8 @@ angular.module('zmApp', [
'mgo-angular-wizard',
'pascalprecht.translate',
'jett.ionic.scroll.sista',
- 'uk.ac.soton.ecs.videogular.plugins.cuepoints'
+ 'uk.ac.soton.ecs.videogular.plugins.cuepoints',
+ 'dcbImgFallback'
])