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

Fix transfer link

parent 4cd72a97
Branches
Tags
No related merge requests found
......@@ -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",
views: {
'menuContent': {
......
......@@ -101,7 +101,7 @@ function IdentityController($scope, $state, BMA, Wallet, UIUtils, $q) {
// Transfer click
$scope.transfer = function() {
$state.go('app.view_transfer_uid', {
$state.go('app.view_transfer', {
pubkey: $scope.identity.pubkey,
uid: $scope.identity.uid,
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment