Skip to content

Controller initialised after a $state.go with {notify: false} #2108

Closed
@caillou

Description

@caillou

The Bug

When a $state.go is called with {notify: false} as follows, a bug occurred:

$state.co('foo', {}, {notify: false})

On the next state change, the current controller will be initialised a second time.

Plunker Link

Follow the steps to reproduce on Plunker:

http://plnkr.co/edit/wMiVOb?p=preview

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions