mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 12:55:26 +02:00
Add socket.io with authentication and start rebuilding the device list.
This commit is contained in:
@@ -1,11 +1,13 @@
|
||||
define([
|
||||
'angular'
|
||||
, './controllers/index'
|
||||
, './services/index'
|
||||
]
|
||||
, function(ng) {
|
||||
return ng.module('app', [
|
||||
'ngRoute'
|
||||
, 'app.controllers'
|
||||
, 'app.services'
|
||||
])
|
||||
}
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user