Amazon gift card

This commit is contained in:
Gustavo Maximiliano Cortez 2016-08-19 18:03:25 -03:00
commit 857385e115
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
6 changed files with 203 additions and 203 deletions

View file

@ -1,6 +1,6 @@
'use strict';
angular.module('copayApp.services').factory('txStatus', function(lodash, profileService, $timeout, platformInfo) {
angular.module('copayApp.services').factory('txStatus', function($stateParams, lodash, profileService, $timeout, platformInfo) {
var root = {};
var isCordova = platformInfo.isCordova;