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,4 +1,4 @@
|
||||
module.exports = function SettingsServiceFactory($rootScope, $localForage) {
|
||||
module.exports = function SettingsServiceFactory($localForage) {
|
||||
|
||||
return $localForage
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user