Caching txs

This commit is contained in:
Gustavo Maximiliano Cortez 2017-02-15 12:20:36 -03:00
commit 48e921e7df
No known key found for this signature in database
GPG key ID: 15EDAD8D9F2EB1AF
5 changed files with 59 additions and 34 deletions

View file

@ -1,10 +1,12 @@
'use strict';
angular.module('copayApp.controllers').controller('sellGlideraController', function($scope, $log, $state, $timeout, $ionicHistory, lodash, glideraService, popupService, profileService, ongoingProcess, walletService, configService) {
angular.module('copayApp.controllers').controller('sellGlideraController', function($scope, $log, $state, $timeout, $ionicHistory, lodash, glideraService, popupService, profileService, ongoingProcess, walletService, configService, platformInfo) {
var amount;
var currency;
$scope.isCordova = platformInfo.isCordova;
var showErrorAndBack = function(err) {
$scope.sendStatus = '';
$log.error(err);