[AngularJS] Re: ngFor on Array of objects not updating DOM elements properly

2016-10-10 Thread SLV SNZ
Resolved: In order to get *all* DOM elements/objects inside ngfor updated: I had to create a new component, and then instanciate the component inside the ngFor. now elements are properly updated as they were in RC4... Le mardi 4 octobre 2016 11:25:46 UTC+2, SLV SNZ a écrit : > >

[AngularJS] Re: ngFor on Array of objects not updating DOM elements properly

2016-10-04 Thread SLV SNZ
his? and have all DOM elements updated after change in ngfor under 2.0.1 ??* Le lundi 3 octobre 2016 17:13:28 UTC+2, SLV SNZ a écrit : > > *After I updated my angular 2 project from RC4 to 2.0.1 I'm having a > problem with a ngFor looping on an array of objects* (It was

[AngularJS] ngFor on Array of objects not updating DOM elements properly

2016-10-03 Thread SLV SNZ
*After I updated my angular 2 project from RC4 to 2.0.1 I'm having a problem with a ngFor looping on an array of objects* (It was working fine on RC4) the list of elements is not being updated properly on the DOM, and now displayed unsorted . the ngFor uses a pipe to slice the array (using

[AngularJS] ngFor on Array of objects not updating DOM elements properly

2016-10-03 Thread SLV SNZ
*After I updated my angular 2 projet from RC4 to 2.0.1 I'm having a problem with a ngFor looping on an array of objects* (It was working fine on RC4) the list of sorted objects isnot being updated properly on the DOM, they seem unsorted. *Steps to reproduce the bug /issue:* here is the

[AngularJS] Re: ngFor with binded Input (primitive array) not updating properly

2016-08-05 Thread SLV SNZ
<https://lh3.googleusercontent.com/-O4wvdHe7VEY/V6RZYIoQxAI/AR8/pu1aTTd4uswKj6Pcv-7iwCIPHTEERTSWACLcB/s1600/ap7co.jpg> Le vendredi 5 août 2016 11:14:06 UTC+2, SLV SNZ a écrit : > > plnkr.co <http://embed.plnkr.co/JBViihqmm1PcjouRZzlq/> > > > > In app.

[AngularJS] ngFor with binded Input (primitive array) not updating properly

2016-08-05 Thread SLV SNZ
plnkr.co In app.ts I load a big array, (notice the array ends with "X","Y","Z" elements). I display the primite array in *show.ts* . array is an @Input . The array has a selection range (@Input