Fix Glidera routes
This commit is contained in:
parent
1998d78b4a
commit
bcb6f97385
12 changed files with 93 additions and 102 deletions
|
|
@ -14,7 +14,7 @@ angular.module('copayApp.controllers').controller('glideraUriController',
|
|||
} else if (data && data.access_token) {
|
||||
storageService.setGlideraToken($scope.network, data.access_token, function() {
|
||||
$timeout(function() {
|
||||
$state.go('glidera.main');
|
||||
$state.go('tabs.buyandsell.glidera');
|
||||
$scope.$apply();
|
||||
}, 500);
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue