I'm trying to create a simple toggle for an HTML tooltip element within the HTML of an Angular directive. I am defining the attribute in the component, and I have verified it is being passed to the directive, but no matter what I try in the HTML, it doesn't modify the attribute's value.I'm trying to create a simple toggle for an HTM