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

Binding kendoWindow title #388

Open YonatanKra opened 10 years ago

YonatanKra commented 10 years ago

Hi, I tried to bind the kendoWindow title to my scope. Here's your window example: http://dojo.telerik.com/apor I'm binding the ajaxWindow.title to the input field at the top. How can I make it bind to the title of the window? Simply adding the variable as an option (as in this example) doesn't work. What did the trick was to add my own watcher but I've been wondering if there's a more "native" way to bind angular and kendo configuration.