summaryrefslogtreecommitdiff
path: root/www/js/app.js
diff options
context:
space:
mode:
authorPliable Pixels <pliablepixels@users.noreply.github.com>2017-12-11 12:18:00 -0500
committerGitHub <noreply@github.com>2017-12-11 12:18:00 -0500
commit3cdf8956dea57c2b8af258dd658003fb905697db (patch)
tree5d09f6919afca09e673321be8a90c2f93f494867 /www/js/app.js
parent4e552d225caa1a10ddd09c6c9a9a799eeef4d5ed (diff)
parent3933844069c347287c616bb4ebd896c96d280da1 (diff)
Merge pull request #566 from pliablepixels/565-websocket-migrate
565 websocket migrate
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'
])