Angular-Kendo bindings don't appear to update when navigating to a different route on the same controller. I tried to create a repro at http://dojo.telerik.com/UtIWa. Unfortunately, neither this nor the angular-kendo demo dojo appear to run.
Basically, when I navigate to the page the first time, the grid loads. When I navigate to another route on the same controller, the page re-renders but doesn't load the grid at all. I noticed that gridOptions is set again, but the dataBound field is never called on subsequent calls, only the first.
Basically, when I navigate to the page the first time, the grid loads. When I navigate to another route on the same controller, the page re-renders but doesn't load the grid at all. I noticed that gridOptions is set again, but the dataBound field is never called on subsequent calls, only the first.