fix home tip in chrome app
This commit is contained in:
parent
68d3195f7f
commit
5538591d11
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
|||
};
|
||||
|
||||
$scope.hideHomeTip = function() {
|
||||
storageService.setHomeTipAccepted(false, function(error, value) {
|
||||
storageService.setHomeTipAccepted(JSON.stringify(false), function(error, value) {
|
||||
$scope.homeTip = false;
|
||||
$timeout(function() {
|
||||
$scope.$apply();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue