Fix sidebar and self definition
This commit is contained in:
parent
879f16d521
commit
54fa81e975
3 changed files with 3 additions and 2 deletions
|
|
@ -22,6 +22,7 @@ angular.module('copayApp.controllers').controller('amazonController',
|
|||
}
|
||||
|
||||
this.updatePendingGiftCards = lodash.debounce(function() {
|
||||
var self = this;
|
||||
|
||||
amazonService.getPendingGiftCards(function(err, gcds) {
|
||||
lodash.forEach(gcds, function(dataFromStorage) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue