Files
stf-DeviceFarmer/res/app/components/stf/transaction/index.js
Gunther Brunner aad3db8828 Fixed most of the dependencies by unit testing.
Refactored TransactionService and StorageService.
2014-08-22 15:32:09 +09:00

5 lines
152 B
JavaScript

module.exports = angular.module('stf/transaction', [
require('stf/socket').name
])
.factory('TransactionService', require('./transaction-service'))