Skip to content

Commit

Permalink
fix(app): add missing params
Browse files Browse the repository at this point in the history
  • Loading branch information
yarl committed May 29, 2017
1 parent 5658f3c commit 05c2b6f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ function stateConfig($stateProvider, $urlRouterProvider) {
resolve: {},
})
.state('main.list', {
url: '/list/:id?heritage&image&type&wikipedia',
url: '/list/:id?c&heritage&image&type&wikipedia',
template: '<mo-list></mo-list>',
resolve: {},
})
.state('main.map', {
url: '/map',
url: '/map?c&heritage&image&type&wikipedia',
template: '<mo-map></mo-map>',
resolve: {},
})
Expand Down

0 comments on commit 05c2b6f

Please sign in to comment.