{{::item.name}} | {{::item.eyeColor}} | {{::item.age}} | {{::item.balance}} | {{::item.company}} | {{::item.address}} | {{::item.favoriteFruit}} |
ng-if
, ng-repeat
,...) inside your template - please add to your <body>
ng-non-bindable
attribute to prevent Angular engine to compile attributes before table render.
{{::item.name}} | {{::item.eyeColor}} | {{::item.address}} | {{::friend.name}} |