daniel-nagy / md-data-table

Material Design Data Table for Angular Material
MIT License
1.9k stars 519 forks source link

Fix use with md-virtual-repeat (and other directives that recycle rep… #475

Open jayellsbrg opened 8 years ago

jayellsbrg commented 8 years ago

…eated items): update self.id before each access.

Since md-virtual-repeat recycles elements, the model will update, but not create a new element, so postLink, and consequently, reassignment of self.id, would not run again.