You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
When I try to orderBy a property that I am binding to in a ng-repeat I get a $digest error.
I think it is occurring because in one digest the ng-model value is updating, which effects the parents orderBy clause. I do not know how to get around this.