mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
Fixed most of the dependencies by unit testing.
Refactored TransactionService and StorageService.
This commit is contained in:
parent
e27e17d699
commit
aad3db8828
16 changed files with 32 additions and 18 deletions
|
@ -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'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue