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

Error: [$rootScope:inprog] $digest already in progress when using k-rebind #376

Closed emilecantin closed 8 years ago

emilecantin commented 10 years ago

I have two datepickers which I use to select a date range, so I want the "start" widget's value to be the "end" widget's min date, and vice versa.

When I use k-rebind="otherWidgetValue", I get Angular errors:

Error: [$rootScope:inprog] $digest already in progress
emilecantin commented 8 years ago

I don't use angular-kendo anymore, so I'll go ahead and close the issue.