Skip to content
Snippets Groups Projects
Commit 5eca3d24 authored by Benoit Lavenier's avatar Benoit Lavenier
Browse files

Fix transfer link

parent 4cd72a97
No related branches found
No related tags found
No related merge requests found
...@@ -14,7 +14,7 @@ angular.module('cesium.wallet.controllers', ['cesium.services', 'cesium.currency ...@@ -14,7 +14,7 @@ angular.module('cesium.wallet.controllers', ['cesium.services', 'cesium.currency
} }
}) })
.state('app.view_transfer_uid', { .state('app.view_transfer', {
url: "/transfer/:pubkey/:uid", url: "/transfer/:pubkey/:uid",
views: { views: {
'menuContent': { 'menuContent': {
......
...@@ -101,7 +101,7 @@ function IdentityController($scope, $state, BMA, Wallet, UIUtils, $q) { ...@@ -101,7 +101,7 @@ function IdentityController($scope, $state, BMA, Wallet, UIUtils, $q) {
// Transfer click // Transfer click
$scope.transfer = function() { $scope.transfer = function() {
$state.go('app.view_transfer_uid', { $state.go('app.view_transfer', {
pubkey: $scope.identity.pubkey, pubkey: $scope.identity.pubkey,
uid: $scope.identity.uid, uid: $scope.identity.uid,
}); });
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment