Hi, Zac,
I will paste my response from the private support thread here as well, in case anyone else needs to know how to compile jQuery Kendo template in an AngularJS application:
-------------------------
Indeed the AngularJS templates do not include one which works out of the box for the Kendo UI ListBox. It is possible to use AngularJS directive in the jQuery template with some manual labour, i.e. - we need to compile it programmatically. I tested a dataBound widget and one without dataSource and explored the add with the toolbar and the drag and drop functionality. I think I have covered all possible scenarios but do get back to me with any feedback. Here is a summary of what I have done:
- added an event handler to the
dataBound event of the first ListBox(the one which has a dataSource)
- added an event handler to both of the ListBoxes
add events
- passed the function to the handlers above using a $timeout only because the add event is triggered before the item is actually added in which the compilation occurs:
Here is a runnable example that you can test with:
http://dojo.telerik.com/@bubblemaster/IQatA/2
Kind Regards,
Alex Hajigeorgieva
Progress Telerik