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

@ -30,7 +30,7 @@ angular.module('copay.directives')
link: function(scope, element, attrs, ctrl) {
setTimeout(function() {
scope.$apply(function() {
$rootScope.flashMessage = {};
$rootScope.$flashMessage = {};
});
}, 5000);
}