How to assign a value to bootstrap tooltip's title attribute using string interpolation in angular?

349 Views Asked by At

I want title attribute's value to be dynamic. However it works fine when title="Hello!!" is used, but when I use title="{{mystring}}" it works, but shows default HTML style tooltip not, Bootstrap style tooltip.

0

There are 0 best solutions below