Closed
Description
http://plnkr.co/edit/i32gBWblr3JaG2aNcnzg?p=preview
after you have something like:
$state.go('stateA', {param: newvalue}, notify: false);
any other command like:
$state.go('stateB');
or ever
$state.go('stateA.substate');
reload controller.
Steps to reproduce:
- push 'Reload state';
- push 'go to state.index1';
- Controller reloads will update to 1;
- push 'Realod state';
- and so on...
ReloadOnSearch
reloadOnSearch: false
Doesn't work because doesn't update params of state and if we go to 'state.index1' we will lost all params from of 'state'.