The ngRepeat directive is a built-in component in AngularJS, and instantiates a template once per item from a collection.

learn more… | top users | synonyms

2
votes
0answers
205 views

AngularJS + ASP .Net MVC ng-repeat Memory Issue When Changing Routes

I am using Angular (1.1.5) as the front end for an ASP.Net MVC3 project and am having problems with memory consumption in the browser when using ng-repeat. It looks as though when the route changes ...
2
votes
0answers
154 views

Applying dynamic filters in Angularjs templates

I am building a table based on user defined column definitions as in this: http://jsfiddle.net/waylon999/2RvmW/1/ You'll notice I have a filter field in columns that I haven't been able to apply. ...
1
vote
0answers
82 views

AngularJS: dynamic form creation

I am trying to dynamically create a form with AngularJS. See the code on plunker: http://embed.plnkr.co/lgSlbQlRcY26HhPzbj63/preview. The problem is in adding a void option inside a select: I would ...
1
vote
0answers
84 views

nested Angular views with IE8

TLDR: example: http://plnkr.co/edit/NeUWHh?p=preview error at IE8 console: TypeError: 'childNodes' is null or not an objectundefined seems very simple, works on any webkit browser and also on IE ...
1
vote
0answers
2k views

Angularjs directive with dynamic template and recursion

I want to render an array of items of differing types (i.e. example #1) and for one object type, render a tree of child items, if present. I'm not clear how I can combine both link and compile ...
1
vote
0answers
193 views

Nested ng-repeat in angularJS doesn't work

I am a student and learning angularJS for my project. Please bear with me for any silly questions. I am trying to iterate through an array of challenges using ng-repeat[myChallenge in ...
1
vote
0answers
49 views

Custom filter filter extension pattern?

I'm currently using a filter filter on an ng-repeat which includes a number of search criteria input fields and a global search like this Plunker (ignore the misbehaviour of ng-repeat, this is a ...
1
vote
0answers
80 views

(Help) Input prepopulated with db value, need to be able and save back to db

Very new to AngularJS (and javascipt in general). Here's what I currently have that I know works: 1) Input with db data 2) Working function that submits to PHP I currently have an input populated ...
1
vote
0answers
164 views

AngularJS - Binding only changed model properties with animation

I have an app that polls the server for a list of items and displays the results. Example fiddle here. I would like some custom animation when the model changes but only for the properties that have ...
1
vote
0answers
203 views

Adding auto-headers to ng-repeat in Angularjs

I have a problem trying to get auto-headers into an ng-repeat created list. The code below creates a header based on first letter of name changing in sorted list. The code below produces the headers ...
0
votes
0answers
32 views

Applying filters in AngularJS

I have a table which should show a resultset, filtering the result against the value of a user input: <input type="search" ng-model="search"> <table> <tr ng-repeat="person in ...
0
votes
0answers
23 views

ng-repeat IE8, parentNode is null or not an object

I'm using AngularJS 1.2.0-rc3, I also tried AngularJS 1.0.8 and the other release candidates, but this problem keeps popping up. I have an ng-repeat in my template that gets it's array asynchronously ...
0
votes
0answers
25 views

AngularJS - Range slider doesn't work in ng-repeat (plugin)

I am trying to use this plugin in my project to have multiple range slider within ng-repeat. http://prajwalkman.github.io/angular-slider/ The plugin works fine when there is single slider , but when ...
0
votes
0answers
27 views

How to get a callback when element will be completely builded

I have custom directive which moves DOM element on every ngShow which returns true. This directive requires dimensions of dom element. HTML <div class="span5 search-results__mentions-block" ...
0
votes
0answers
11 views

sharing item in ngrepeat to facebook in single page application

Every post in posts have a facebook share bottom to share that post to facebook. But I do not know the URL to stick to facebook script to share that post and one person click to that sharing on their ...

15 30 50 per page