mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
Removing $rootScope for device and control, not needed anymore.
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
var oboe = require('oboe')
|
||||
var _ = require('lodash')
|
||||
|
||||
module.exports = function DeviceServiceFactory($rootScope, $http, socket) {
|
||||
module.exports = function DeviceServiceFactory($http, socket) {
|
||||
var deviceService = {}
|
||||
|
||||
function Tracker($scope, options) {
|
||||
|
||||
Reference in New Issue
Block a user