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 can't have a dropdown and a tooltip on the same element because you're (needlessly) isolating the scope in both situations. If you're not modifying the DOM of said element, nor are you decorating the scope within, nor are you using transclusion for anything, then you shouldn't be using scope isolation, or even a child scope. If you're just reading from the scope use $attrs instead of needlessly creating more scope depth.
The text was updated successfully, but these errors were encountered:
I can't have a dropdown and a tooltip on the same element because you're (needlessly) isolating the scope in both situations. If you're not modifying the DOM of said element, nor are you decorating the scope within, nor are you using transclusion for anything, then you shouldn't be using scope isolation, or even a child scope. If you're just reading from the scope use
$attrs
instead of needlessly creating more scope depth.The text was updated successfully, but these errors were encountered: