Add template for kendo tooltip in k-content attribute

I am trying to add a kendo tooltip with some html template. In the example given in the link:

http://demos.telerik.com/kendo-ui/tooltip/angular

      

How would I have the template mentioned in the tag <script>

added as part of the k-content? I have a viewmodel related tooltip content and the content is dynamic. The content also has html tags. Since I can bind the template using only html attibutes elements.

Thank.

+3


source to share


1 answer


You can use angular directive to create template and then use it as k-content.



0


source







All Articles