mirror of
https://github.com/openstf/stf
synced 2025-10-05 19:42:01 +02:00
Add socket.io with authentication and start rebuilding the device list.
This commit is contained in:
parent
176310cb6d
commit
9ed2524a7f
17 changed files with 285 additions and 14 deletions
5
res/app/scripts/controllers/DeviceListCtrl.js
Normal file
5
res/app/scripts/controllers/DeviceListCtrl.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
define(['./module'], function(mod) {
|
||||
mod.controller('DeviceListCtrl', ['$scope', '$http', 'devices', function($scope, $http) {
|
||||
|
||||
}])
|
||||
})
|
|
@ -1,4 +1,5 @@
|
|||
define([
|
||||
'./DeviceListCtrl'
|
||||
]
|
||||
, function() {
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue