mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 08:03:30 +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.version-update', [
|
||||
require('stf/common-ui/modals/common').name
|
||||
module.exports = angular.module('stf.version-update-service', [
|
||||
require('stf/common-ui/modals/common').name,
|
||||
require('ui-bootstrap').name
|
||||
])
|
||||
.factory('VersionUpdateService', require('./version-update-service'))
|
||||
|
||||
Reference in New Issue
Block a user