kendo-labs / angular-kendo

A project to create a robust set of Angular.js bindings for Kendo UI widgets
474 stars 209 forks source link

Isolating the "kendo-ness" in our architecture #397

Open montebertrand opened 9 years ago

montebertrand commented 9 years ago

just getting into kendo angular and excited about it.

I was reading this article ... great stuff from Burke Holland

http://blogs.telerik.com/kendoui/posts/14-02-26/a-few-angular-kendo-ui-best-practices

I had an idea that I could isolate all the kendo directives and code into nested angular directives so that I essentially "wrap" kendo and deal with only "pure" angular code above the directive layers. Then, an angular developer could be brought in and consume my directives without having to learn the kendo suite ... kind of the whole "wrap expert systems" approach.

But it seems like the wiring up of the directives would be tricky due to the events and datasources.

Am I heading down a deep, dark rabbithole that I shouldn't? In your opinion of course.