We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When a $state.go is called with {notify: false} as follows, a bug occurred:
$state.go
{notify: false}
$state.co('foo', {}, {notify: false})
On the next state change, the current controller will be initialised a second time.
Follow the steps to reproduce on Plunker:
http://plnkr.co/edit/wMiVOb?p=preview