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:
Simo Kinnunen
2014-09-04 19:40:54 +09:00
parent f91bf901fa
commit c5a4727ae3
7 changed files with 159 additions and 233 deletions

View File

@@ -1,4 +1,5 @@
module.exports = angular.module('stf/transaction', [
require('stf/socket').name
])
.constant('TransactionError', require('./transaction-error'))
.factory('TransactionService', require('./transaction-service'))