summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@gmail.com>2017-12-10 19:54:36 -0500
committerPliable Pixels <pliablepixels@gmail.com>2017-12-10 19:54:36 -0500
commit57b02a05bb06817eaebe8fb8afd50be21c818157 (patch)
treea183f78a3b37cfd4881c6cbcff9e1031ac9014c5 /www/js/app.js
parent4e552d225caa1a10ddd09c6c9a9a799eeef4d5ed (diff)
initial work #565
Diffstat (limited to 'www/js/app.js')
-rwxr-xr-xwww/js/app.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/www/js/app.js b/www/js/app.js
index a4fafc9e..892fc3d3 100755
--- a/www/js/app.js
+++ b/www/js/app.js
@@ -29,7 +29,8 @@ angular.module('zmApp', [
'jett.ionic.scroll.sista',
'uk.ac.soton.ecs.videogular.plugins.cuepoints',
'dcbImgFallback',
- 'ngImageAppear'
+ 'ngImageAppear',
+ 'angular-websocket'
])