This module is great. The only thing I'm missing is some way to show the tooltip only if some criteria is met. What about having ``` <span tooltip-content="{{ data.comment }}"></span> ``` show a tooltip only if `data.comment` does not evaluate to false (blank/undefined, ...)?