I am trying to use Angular with Kendo UI Mobile. I am having problems understanding how Kendo UI templates work with Angular. Specifically I am trying to use the mobile scroll view widget with a Kendo UI template that has a button on the template. I would like to use ng-click on this button to fire a function.
I have lightly altered the mobile scroll view example provided with the Angular-Kendo repository to demonstrate what I am attempting:
http://plnkr.co/edit/Cn0kID3tZWbRRNki8FBB?p=preview
The "Process" button does not appear to call the function in the ng-click that is specified in the template.
What am I missing?
Thanks
I have lightly altered the mobile scroll view example provided with the Angular-Kendo repository to demonstrate what I am attempting:
http://plnkr.co/edit/Cn0kID3tZWbRRNki8FBB?p=preview
The "Process" button does not appear to call the function in the ng-click that is specified in the template.
What am I missing?
Thanks