Clear all notifications when sign out.

This commit is contained in:
Gustavo Cortez 2014-04-24 14:57:54 -03:00
commit 25e162770a

View file

@ -43,6 +43,7 @@ angular.module('copay.header').controller('HeaderController',
w.disconnect(); w.disconnect();
controllerUtils.logout(); controllerUtils.logout();
} }
$rootScope.flashMessage = {};
}; };
$scope.clearFlashMessage = function() { $scope.clearFlashMessage = function() {