The new ListBox component already has the option to set a template for its items in kendo.ui.ListBoxOptions. Unintuitively the angular hooks for compile and cleanup for not fired when using that template. Note that these hooks are not only used by classic AngularJS but also by other frameworks. Please complete the component to fully support item templates like ListView, Grid, TreeView and others do.