diff --git a/res/app/components/stf/device/device-service.js b/res/app/components/stf/device/device-service.js index b47857bd..989f2144 100644 --- a/res/app/components/stf/device/device-service.js +++ b/res/app/components/stf/device/device-service.js @@ -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) {