Skip to content

Nested states with query parameters #1670

@xieranmaya

Description

@xieranmaya

I'm wandering if ui-router supports nested states with query parameters like this:

.state('path',{
    url:'/:path?path',
    controller:'Test',
    template:'path',
})
.state('path.detail',{
    url:'&detail',
    controller:'Test',
    template:'detail'
})

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions