Fix splash
This commit is contained in:
parent
cb7c0bd19d
commit
3092d0b3a4
2 changed files with 1 additions and 6 deletions
|
|
@ -71,7 +71,6 @@ angular
|
|||
templateUrl: 'views/splash/1.html',
|
||||
controller: function($scope, $timeout, $log, profileService, go) {
|
||||
if (profileService.profile) {
|
||||
$scope.hasProfile = true;
|
||||
go.walletHome();
|
||||
}
|
||||
|
||||
|
|
@ -87,10 +86,6 @@ angular
|
|||
$timeout(function() {
|
||||
$scope.create();
|
||||
}, 3000);
|
||||
} else {
|
||||
$timeout(function(){
|
||||
go.walletHome();
|
||||
}, 100);
|
||||
}
|
||||
});
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue