update texts, add updateAll upon glidera TX

This commit is contained in:
Matias Alejo Garcia 2015-09-09 10:39:35 -03:00
commit f562f58afc
5 changed files with 73 additions and 56 deletions

View file

@ -121,7 +121,7 @@ angular.module('copayApp.controllers').controller('sellGlideraController',
}
else {
self.success = data;
$scope.$emit('Local/GlideraUpdated', token, permissions);
$scope.$emit('Local/GlideraTx');
}
});
}