Skip to content

Commit

Permalink
Fix bug, balance did not update
Browse files Browse the repository at this point in the history
  • Loading branch information
incentivetoken committed Jan 19, 2016
1 parent fc07020 commit 94865cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/scripts/providers/user-data-provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ module.factory('UserDataProvider', function (nxt, $q, $rootScope, UserService) {

var self = this;
this.lazy_reload = function () {
this.reload();
self.reload();
}.debounce(500);
}
UserDataProvider.prototype = {
Expand Down

0 comments on commit 94865cf

Please sign in to comment.