ng-repeat sorting is throwing an exception in jQuery
问题 I have a table with rows created by ng-repeat. Table headers have an ng-click that sets the predicate for the sorting (the function also determines direction, asc/desc). The sorting works fine, but for some reason I get exceptions from jQuery every time I change the predicate and the sort fires. Here is a plunkr example of what I am doing : http://plnkr.co/edit/qfNcm9RPQSsNgqmm3TYS?p=preview As you can see in the plnkr, the ng-repeat is pretty simple. The ng-repeat in our project is similar