Top "Angularjs-ng-repeat" questions

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

ng-select set selected option with ng-repeat

I can't get the select box to show that an option is selected even though it seems like it should …

angularjs angularjs-ng-repeat angularjs-select
accordion with ng-repeat and ng-bind-html won't work

I'm trying to use accordion and html content in this way: <accordion> <accordion-group ng-repeat="item in items"&…

html angularjs angularjs-ng-repeat ng-bind-html
AngularJS limitTo filter for ngRepeat on an object (used like a dictionary)

Is it possible to use limitTo filter on a ngRepeat directive which is repeating the properties of an Object and …

javascript angularjs angularjs-ng-repeat angularjs-filter
angular 4 : Can't bind to 'ngForFor' since it isn't a known property of 'li'

I've just started learning angular 4. This is a simple code that I'm trying to implement in Visual Studio Code, but …

angular typescript angularjs-ng-repeat ngfor
How to use $index to change class in ng-repeat?

I have a list which is limited to 3 items, the first item needs class blue1, 2nd needs blue2, 3rd blue3. &…

angularjs angularjs-ng-repeat angularjs-ng-class
Angularjs disabling drop down

I have a ui in which based on the selection of one drop down another dropdown should be disabled. Both …

angularjs angularjs-ng-repeat ng-repeat angular-ngmodel angularjs-ng-model
Angular ng-if inside option element and ng-repeat not working

I have select element which should list available currencies. Default currency should have prefix "Default" before its name. For some …

angularjs angularjs-ng-repeat angular-ng-if
AngularJS ng-repeat filter based on select option

I am new to AngularJS. I am trying to filter the data set shown based on the option selected with …

javascript html angularjs angularjs-ng-repeat angular-ngselect
ng-init in ng-repeat shows only the last item info

I want to loop through items like this: <section class="col-sm-4" data-ng-controller="PredictionsController" data-ng-init="findMyPredictions()"> <div class="…

angularjs angularjs-ng-repeat angularjs-ng-init
angularjs ng-if not empty for ng-repeat

I have a list of elements I want to display only if not null and empty, and for that I …

javascript angularjs angularjs-directive angularjs-ng-repeat angular-ng-if