mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 00:23:25 +02:00
Fixed most of the dependencies by unit testing.
Refactored TransactionService and StorageService.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
module.exports = angular.module('stf/settings', [
|
||||
require('stf/user').name
|
||||
require('stf/user').name,
|
||||
require('stf/socket').name
|
||||
])
|
||||
.factory('SettingsService', require('./settings-service'))
|
||||
|
||||
Reference in New Issue
Block a user