Quantcast
Channel: Restangular nested child query infinite loop - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Sneaky Toes for Restangular nested child query infinite loop

I'm not sure why it would be infinitely running. It could have something to do with AngularJs' digest cycle.To avoid this problem entirely, one solution could be:You have a $scope.parents variable....

View Article



Restangular nested child query infinite loop

I need to run a query to retrieve a list of children from each parent.HTML:<tr ng-repeat="parent in parents"><td>{{parent.id}}</td><td>{{parent.name}}</td><td><li...

View Article
Browsing all 2 articles
Browse latest View live


Latest Images