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;
|
$rootScope.starting = true;
|
||||||
|
|
||||||
$timeout(function() {
|
$timeout(function() {
|
||||||
$rootScope.$digest();
|
|
||||||
|
|
||||||
pinService.save(pin, _credentials.email, _credentials.password, function(err) {
|
pinService.save(pin, _credentials.email, _credentials.password, function(err) {
|
||||||
_credentials.password = '';
|
_credentials.password = '';
|
||||||
_credentials = null;
|
_credentials = null;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue