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:
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) {
|
||||
|
||||
}])
|
||||
})
|
||||
Reference in New Issue
Block a user