Rename flashMessage variable
This commit is contained in:
parent
715a5b2bba
commit
ee6821d109
9 changed files with 23 additions and 23 deletions
|
|
@ -50,7 +50,7 @@ angular.module('copay.header').controller('HeaderController',
|
|||
};
|
||||
|
||||
$scope.clearFlashMessage = function() {
|
||||
$rootScope.flashMessage = {};
|
||||
$rootScope.$flashMessage = {};
|
||||
};
|
||||
|
||||
$rootScope.isCollapsed = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue