5
votes
3answers
6k views

Good way to dynamically open / close a popover (or tooltip) using angular, based on expression?

I have a form that is wired into angular, using it for validation. I am able to display error messages using ng-show directives like so: <span ng-show="t3.f.needsAttention(f.fieldName)" ...