You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi team,
First great thanks to this amazing library.
I've been using the master version of angular-ui. @Version v0.2.10-dev-2014-08-07. However, it has kind of breaking changes. Here is the situation.
I've reached to a state which has three children state called s1, s2 and s3 respectively. In the controller of parent state, I want to go to the first child state, which means I want to s1 be the default state. I use such code $state.go('.s1'). And in the released version @Version v0.2.10, it works fine. However after using this development version, it failed with Maximum call stack... error on low configuration machine. It seems there is an infinite loop using up the stack space.
Hi team,
First great thanks to this amazing library.
I've been using the master version of angular-ui. @Version v0.2.10-dev-2014-08-07. However, it has kind of breaking changes. Here is the situation.
I've reached to a state which has three children state called s1, s2 and s3 respectively. In the controller of parent state, I want to go to the first child state, which means I want to s1 be the default state. I use such code
$state.go('.s1')
. And in the released version @Version v0.2.10, it works fine. However after using this development version, it failed with Maximum call stack... error on low configuration machine. It seems there is an infinite loop using up the stack space.I have such html for my parent controller.
Thanks,
-J
The text was updated successfully, but these errors were encountered: