mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-20 12:55:26 +02:00
Tracker needs options.
This commit is contained in:
@@ -114,7 +114,7 @@ module.exports = function DeviceServiceFactory($rootScope, $http, socket) {
|
||||
}
|
||||
|
||||
deviceService.get = function (serial, $scope) {
|
||||
var tracker = new Tracker($scope)
|
||||
var tracker = new Tracker($scope, {})
|
||||
|
||||
return $http.get('/api/v1/devices/' + serial)
|
||||
.then(function (response) {
|
||||
|
||||
Reference in New Issue
Block a user