mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-22 22:05:21 +02:00
Refactor installation to work out a few bugs and to make it cleaner. Transactions now reject on fail-responses, still need to update other places.
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
module.exports = angular.module('stf/transaction', [
|
||||
require('stf/socket').name
|
||||
])
|
||||
.constant('TransactionError', require('./transaction-error'))
|
||||
.factory('TransactionService', require('./transaction-service'))
|
||||
|
||||
Reference in New Issue
Block a user