Skip to content
This repository has been archived by the owner on Oct 8, 2019. It is now read-only.

Commit

Permalink
Merge pull request #271 from blockchain/transactions-router
Browse files Browse the repository at this point in the history
Transactions router fix
  • Loading branch information
jtormey committed Jan 25, 2016
2 parents a87b23c + 5bb81f0 commit 7143802
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/js/routes.js
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ function AppRouter($stateProvider, $urlRouterProvider) {
}
})
.state('wallet.common.transactions', {
url: '/:accountIndex/transactions/',
url: '/:accountIndex/transactions',
views: transactionsViews
})
.state('wallet.common.transaction', {
Expand Down

0 comments on commit 7143802

Please sign in to comment.