Merge pull request #176 from cmgustavo/bug/01-logout

Clear all notifications when sign out.
This commit is contained in:
Mario Colque 2014-04-24 16:01:33 -03:00
commit edb9b2468e
1 changed files with 1 additions and 0 deletions

View File

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