This repository was archived by the owner on May 29, 2019. It is now read-only.
This repository was archived by the owner on May 29, 2019. It is now read-only.
tooltip-trigger is not working with expression #3372
Closed
Description
Hi,
I am trying to use tooltip-trigger in an input with an expression to show/hide tooltip, but it is not working as I expect. It looks like expression is not being evaluated.
I've created a plunker to simulate the problem based on ui.tooltip samples: http://plnkr.co/edit/yB7GIKoKnnOWPsKDWrXw
Please, take a look at "Is formexp valid?" section.
Click "Simulate submit" and hover over inputs:
- "tooltip-trigger expression" doesn't show the tooltip message but is contains 'has-error' class;
- "tooltip-enable" works.
Should I use tooltip-enable? It works, but it is not documented, so I am not sure.
Thanks in advance.