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
I'm in my search route, where I have 3 different parameters setup, and I want to toggle between them. The problem is that if I'm on a state with ?agency=6, and in ui-sref I put ?advertiser=6, it appends the agency on it automatically. Is this by design or a bug? If by design, is their a way to override it? I saw that setting null works, but that's a bit cumbersome as I allow up to 10 parameters in this state.
By default, ui-sref inherits parameters from parent states when generating URLs and transitioning, since that's generally the desired behavior. Disabling this (and other things) has come up once before, however, and there are plans to add a companion attribute to tweak the behavior.
I'm in my search route, where I have 3 different parameters setup, and I want to toggle between them. The problem is that if I'm on a state with ?agency=6, and in ui-sref I put ?advertiser=6, it appends the agency on it automatically. Is this by design or a bug? If by design, is their a way to override it? I saw that setting null works, but that's a bit cumbersome as I allow up to 10 parameters in this state.
The text was updated successfully, but these errors were encountered: