I'm trying to see how can I add a ng-click attribute to a button inside a split button. I already saw an example of how to do it via template for a regular button but for this doesn't seem to work or Im missing something.
Thanks!
2 Answers, 1 is accepted
0
Accepted
Genady Sergeev
Telerik team
answered on 25 Apr 2016, 07:38 AM
Hi Alejandro,
What did you try? Do you have a sample Dojo showcasing your scenario? If not, can you modify the angular/button integration one so that it follows your requirements and we will take a look at what's going wrong.
Regards,
Genady Sergeev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
I been reading a little more in detail the documentation and API and I found out that I can assign the click event to angular $scope , so I will mark this question as answered.