Skip to content
This repository has been archived by the owner on Jan 27, 2024. It is now read-only.

groupBy filter error #3

Open
boxxxie opened this issue Mar 8, 2013 · 3 comments
Open

groupBy filter error #3

boxxxie opened this issue Mar 8, 2013 · 3 comments

Comments

@boxxxie
Copy link

boxxxie commented Mar 8, 2013

Error: 10 $digest() iterations reached. Aborting!

i get this when using groupBy as a filter on a small set of data (20-30 items)

<div id="container">
  <div class="item span4 well" ng-repeat="(place_type, places) in groupBy(model.places,'type')">
    <a href="#/discover/{{model.id}}/{{place_type}}"><h4>{{place_type}}</h4></a>
  </div>
</div>
@floydwch
Copy link
Owner

related issue: angular/angular.js#1389

@floydwch
Copy link
Owner

In my experience, despite the error message, it still works?

@boxxxie
Copy link
Author

boxxxie commented Mar 14, 2013

it works, but only after waiting 3 minutes for it to render my data....
when i use groupby without a filter things are fast. but i rather use a filter if possible, for simplicity sake.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants