Add socket.io with authentication and start rebuilding the device list.

This commit is contained in:
Simo Kinnunen
2014-01-31 03:37:55 +09:00
parent 176310cb6d
commit 9ed2524a7f
17 changed files with 285 additions and 14 deletions

View File

@@ -2,6 +2,7 @@ require.config({
paths: {
'angular': '../lib/angular/angular'
, 'angular-route': '../lib/angular-route/angular-route'
, 'socket.io': '../lib/socket.io-client/dist/socket.io'
}
, shim: {
'angular': {