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
Would be nice to fix this, since it's a serious bug: sub-segment names should be unique only within a given segment, but this bug requires me to make unique internal names globally in the whole application! So in the above example I have to make: s1.someName and s2.someOtherName.
JeffreyPalmer
added a commit
to JeffreyPalmer/angular-route-segment
that referenced
this issue
Oct 18, 2013
Switching between 's1.someName' and 's2.someName' will not refresh div[app-view-segment="1"].
Try to navigate from
http://angular-route-segment.com/src/example/#/section1/2
to
http://angular-route-segment.com/src/example/#/section2/2
using address bar
The text was updated successfully, but these errors were encountered: