Adds cache for amount, backup, amazon, glidera, export, walletDetails
This commit is contained in:
parent
9cb0dc128c
commit
2a9c3c82e9
22 changed files with 181 additions and 165 deletions
|
|
@ -23,7 +23,7 @@ angular.module('copayApp.controllers').controller('glideraUriController',
|
|||
}, 100);
|
||||
};
|
||||
|
||||
$scope.checkCode = function() {
|
||||
$scope.$on("$ionicView.enter", function(event, data){
|
||||
if ($stateParams.url) {
|
||||
var match = $stateParams.url.match(/code=(.+)/);
|
||||
if (match && match[1]) {
|
||||
|
|
@ -32,5 +32,5 @@ angular.module('copayApp.controllers').controller('glideraUriController',
|
|||
}
|
||||
}
|
||||
$log.error('Bad state: ' + JSON.stringify($stateParams));
|
||||
}
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue