Nested ngRepeat in AngularJS -
i trying display table data column heading defined in scope variable (which not static) , and list of rows display.
[plunker url]
http://plnkr.co/edit/zr6uil3pxfflqem3h06r?p=preview
it looks field value not getting resolved in expression {{row.field}}
.
thanks
the correct expression should {{row[field]}}
Comments
Post a Comment