Top "Angularjs-ng-repeat" questions

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

How to filter a Select with ng-options

I'm trying to filter the options in a select that uses ng-options but when I add the filter I get …

angularjs angularjs-ng-repeat angularjs-filter ng-options angularjs-ng-options
Filter array of objects by attribute with integer value in ng-repeat

I have the directive like this ng-repeat="place in tb_places | filter:{'id':inputID}" to output some array of objects …

arrays angularjs angularjs-ng-repeat angularjs-filter
Add filters in ng-init

<input ng-model="search.name" placeholder="Name" /> <tbody> <div ng-init="FilteredGeojson = ho|filter:search"> <…

angularjs angularjs-ng-repeat angularjs-ng-init
Data-binding arguments of a function with AngularJS in ng-click

I am using ng-click to call a function with arguments I get from the $scope. Unfortunately either are the arguments …

angularjs function data-binding angularjs-ng-repeat angularjs-ng-click
Removing Class from all children except clicked child on ng-click in Angular

I have a simple list item being parsed with ng-repeat: <ul> <li ng-repeat="item in items" class="…

angularjs angularjs-ng-repeat angularjs-ng-click ng-class
jQuery Swiper script to run after Ng-Repeat elements are loaded

I'm making a web app using AngularJS, jQuery, HTML, CSS and Bootstrap, and I would like to pick some image …

jquery angularjs angularjs-directive angularjs-ng-repeat swiper
Bootstrap tooltip not rendering with angular ng-repeat

I am trying to create tooltip for first row of a table created through ng-repeat. But tooltip is not rendering. …

angularjs-ng-repeat twitter-bootstrap-tooltip
Getting values of multiple select inside one ng-repeat

I have a dropdown in one of my div, from which I am selecting the number of dropdowns to be …

angularjs angularjs-ng-repeat angularjs-ng-model
Debugging Angular's digest cycle: How to find the cause of an infinite loop?

I currently am working on some code with lazy-loaded content + controllers. My code basically works like this fiddle. However, for …

javascript angularjs angularjs-ng-repeat angularjs-ng-include
AngularJS ng-init is not working in ng-repeat

I need a Sum of Balance from the Following Data in HTML not in JS Controller Function. So, I used …

javascript angularjs angularjs-ng-repeat angularjs-ng-init ng-init