the controller of my module has a property as a string in which I assemble HTML.
Within a directive I try to assign the HTML-string to an attribute of tooltip, that is "tooltip-html-unsafe".
I am able to assign the whole element to this tooltip-attribute. How can I acess the property of the parent scope?
Please see my plunkr for the code given: http://plnkr.co/edit/rTq8zrKdc3qABrc9Tde6?p=catalogue