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.
Angular Version
Occuring on 1.3.2 and 1.3.0. I have not checked versions previous to 1.3.0
The text was updated successfully, but these errors were encountered:
alexreardon
changed the title
AngularJS orderBy same property as ngModel throws $digest error
orderBy same property as ngModel throws $digest error
Nov 12, 2014
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 parentsorderBy
clause. I do not know how to get around this.Plunker
This shows the issue occurring. Be sure to open the console!
http://embed.plnkr.co/rGLagq/preview
JS
HTML
Error
Other
Original StackOverflow issue
http://stackoverflow.com/questions/26877936/angularjs-orderby-same-property-as-ngmodel-throws-digest-error
Angular Version
Occuring on
1.3.2
and1.3.0
. I have not checked versions previous to1.3.0
The text was updated successfully, but these errors were encountered: