Skip to content

Are dynamic-params branch features available elsewhere? #2608

Closed
@websirnik

Description

@websirnik

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions