Hello Gregory,
The provided code reveals that you are trying to attach a click handler with a standard
onclick="" HTML attribute, which points to a method from the Angular scope. This will not work.
Please use the implementation shown in my example, or change the onclick attribute to point to a function in the global Javascript scope.
Regards,
Dimo
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!