remove unnecessary digest
This commit is contained in:
parent
d4a4fe0498
commit
93dc9afbba
1 changed files with 0 additions and 2 deletions
|
|
@ -46,8 +46,6 @@ angular.module('copayApp.controllers').controller('CreateProfileController', fun
|
|||
$rootScope.starting = true;
|
||||
|
||||
$timeout(function() {
|
||||
$rootScope.$digest();
|
||||
|
||||
pinService.save(pin, _credentials.email, _credentials.password, function(err) {
|
||||
_credentials.password = '';
|
||||
_credentials = null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue