fix home tip in chrome app

This commit is contained in:
Gabriel Bazán 2016-10-13 16:28:37 -03:00
commit 5538591d11

View file

@ -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();