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
We have a generic component that contains <a uiSref={{targetState}}>. How do I make uiSref optional so that if targetState isn't supplied, clicking on the list row won't cause an error? tried something like [attr.uiSref]=targetState, didn't work when targetState was defined as a valid state string.
It would be nice if null, undefined, or empty string did nothing on a click instead of calling state.go.