Adds websocket support on the front end via angular-websocket

This commit is contained in:
gloriousCode
2017-03-27 18:15:14 +11:00
parent dedfad5d1f
commit 8d2551e13a
6 changed files with 37 additions and 28 deletions

View File

@@ -11,6 +11,7 @@
"angular-loader": "~1.5.0",
"angular-mocks": "~1.5.0",
"html5-boilerplate": "^5.3.0",
"angular-ui-notification":"latest"
"angular-ui-notification":"latest",
"angular-websocket":"2.0.0"
}
}