From 25e162770ae6f7f38f0febe6e2078df5f96c7a26 Mon Sep 17 00:00:00 2001 From: Gustavo Cortez Date: Thu, 24 Apr 2014 14:57:54 -0300 Subject: [PATCH] Clear all notifications when sign out. --- js/controllers/header.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/controllers/header.js b/js/controllers/header.js index d30a66826..6dd683696 100644 --- a/js/controllers/header.js +++ b/js/controllers/header.js @@ -43,6 +43,7 @@ angular.module('copay.header').controller('HeaderController', w.disconnect(); controllerUtils.logout(); } + $rootScope.flashMessage = {}; }; $scope.clearFlashMessage = function() {