Is this possible to achieve a code like this:-
{{data}} {{value}} <
{{data}} {{value}}
Does this suits your need
http://jsfiddle.net/jmo65wyn/
Your data, value array as object array
this.obj = [{data: 'a', value :true}, {data: 'b', value:true}];
And you loop like this
{{o.data}} and {{o.value}}