Rename flashMessage variable

This commit is contained in:
Yemel Jardi 2014-05-20 08:30:20 -07:00
commit ee6821d109
9 changed files with 23 additions and 23 deletions

View file

@ -50,7 +50,7 @@ angular.module('copay.header').controller('HeaderController',
};
$scope.clearFlashMessage = function() {
$rootScope.flashMessage = {};
$rootScope.$flashMessage = {};
};
$rootScope.isCollapsed = true;