Top "Angularjs-ng-repeat" questions

The `ngRepeat` directive instantiates a template once per item from a collection.

How to catch memory leaks in an Angular application?

I have a webapp written in AngularJS which basically polls an API to two endpoints. So, every minute it polls …

angularjs memory-leaks angularjs-ng-repeat
AngularJS 'ng-filter' is very slow on array of ~1000 elements

I have a simple <input> search filter set up for a list of itemnames in AngularJS. My list …

angularjs angularjs-ng-repeat angularjs-filter
Setting dynamic ng-model names in AngularJS

There are similar questions here and here, although my use-case is a little different. I have an object called uniqueLists …

javascript angularjs angularjs-ng-repeat mapping-model
ng-repeat with ng-include not working

I am trying to use an ng-repeat that includes an ng-include. The problem is that the first element in the …

angularjs angularjs-ng-repeat angularjs-ng-include
Using ng-repeat with markers in ngMap

I want to use ngMap to add Google Maps to my app. The demos are "static" in the sense that …

angularjs angularjs-ng-repeat ng-map angularjs-google-maps
Angular JS, filter table with a select box

I have a table. I want to filter the table depending on which value is choosen in an select box. …

angularjs angularjs-ng-repeat angularjs-filter
AngularJS strict filter on only one field

I have a form with multiple filters but for some, I need a strict comparison. tl;dr: strict comparison for …

angularjs angularjs-ng-repeat angularjs-filter
AngularJs How to filter ngRepeat with another array elements

Is there any option to filter from $scope.items where the ID exist in the array $scope.myitems ? ng-repeat="item …

javascript angularjs angularjs-ng-repeat ng-repeat angularjs-filter
Filter ng-repeat based on search input

I have the following html: <div> <div> <input type="text" placeholder="Search" ng-model="userSearch.firstname"&…

angularjs angularjs-ng-repeat angularjs-filter
How to delay ngAnimate in ngRepeat

When using ngAnimate to fade in each item in ngRepeat, currently all items fade in at the same time. Is …

angularjs angularjs-ng-repeat ng-animate