Hi, I'm new to angular, and I'm looking for a way to integrate it with kendoui. I'm using the angular-kendo.js which works nicely for simple cases, but I would like more advanced templating (e.g. use angular directives).
Here's my piece of code http://plnkr.co/edit/xvdxaIpF2EtSQ7EPH87r In this demo, I'm trying to get a directive into a panelbar header. It's not working (the directive is supposed to throw an "alert('test directive is working')", but it doesn't. Another issue that is connected to it - inside my panel, I'm loading the content from an external URL. In these URLs, I have {{}} that are not compiled. You can expand the panels and see the content loading without angular compilation. I guess the reason for both directives not working is the content not going through compilation. Any idea how I make this content "dynamic" with angular? -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/groups/opt_out.
