identity now emits!

This commit is contained in:
Matias Alejo Garcia 2014-11-30 00:31:17 -03:00
commit 3ae6378678
33 changed files with 376 additions and 346 deletions

View file

@ -20,7 +20,6 @@ angular.module('copayApp.controllers').controller('ProfileController', function(
identityService.deleteWallet(w.id,function() {
$scope.loading = false;
$scope.getWallets();
});
};