Correct: using ui-eval
[x] Name Value State Actions
{{item.name}} {{more.value}} {{item.state}} Delete
Error: using ng-init
[x] Name Value State Actions
{{item.name}} {{more.value}} {{item.state}} Delete
Correct: neither ng-init nor ui-eval
[x] Name Value State Actions
{{item.name}} {{test.more[$index].value}} {{item.state}} Delete