commit
46e3686d22
1 changed files with 3 additions and 0 deletions
|
|
@ -173,6 +173,9 @@ angular.module('copayApp.controllers').controller('tabHomeController',
|
||||||
$scope.hideHomeTip = function() {
|
$scope.hideHomeTip = function() {
|
||||||
storageService.setHomeTipAccepted(false, function(error, value) {
|
storageService.setHomeTipAccepted(false, function(error, value) {
|
||||||
$scope.homeTip = false;
|
$scope.homeTip = false;
|
||||||
|
$timeout(function() {
|
||||||
|
$scope.$apply();
|
||||||
|
})
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue