Closed
Description
I've been using dynamic-params
branch(now deleted) for a long time, and it was working great for my use case. Looks like, it's time to upgrade, wondering if this functionality is available anywhere?
.state('post.item', {
url: '/:item_slug',
params: {
item_slug: {
value: null,
dynamic: true
// This prevented the controller re-load after the route change
// Does anything like this is available in 2.18.0 or 1.0.0alpha?
},
post_slug: {
value: null,
dynamic: false
}
}
}
Metadata
Metadata
Assignees
Labels
No labels