Remove update function

This commit is contained in:
Yemel Jardi 2014-06-25 11:27:25 -03:00
commit ccabcc3740
2 changed files with 0 additions and 2 deletions

View file

@ -65,7 +65,6 @@ angular.module('copayApp.controllers').controller('SendController',
message: 'There was an error sending the Transaction'
};
$scope.loading = false;
$scope.update();
});
}
});