You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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}}}