mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
Fixed most of the dependencies by unit testing.
Refactored TransactionService and StorageService.
This commit is contained in:
4
res/app/components/stf/transaction/index.js
Normal file
4
res/app/components/stf/transaction/index.js
Normal file
@@ -0,0 +1,4 @@
|
||||
module.exports = angular.module('stf/transaction', [
|
||||
require('stf/socket').name
|
||||
])
|
||||
.factory('TransactionService', require('./transaction-service'))
|
||||
Reference in New Issue
Block a user