ensure rate limit errors are handled properly
This commit is contained in:
parent
08711f1f07
commit
ffeb8ad612
5 changed files with 27 additions and 8 deletions
|
|
@ -8,9 +8,9 @@ angular.module('copayApp.services').factory('incomingData', function($log, $stat
|
|||
$rootScope.$broadcast('incomingDataMenu.showMenu', data);
|
||||
};
|
||||
|
||||
$timeout(function() {
|
||||
root.redir();
|
||||
}, 2000);;
|
||||
// $timeout(function() {
|
||||
// root.redir();
|
||||
// }, 2000);
|
||||
|
||||
root.redir = function(data) {
|
||||
$log.debug('Processing incoming data: ' + data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue