Is this possible to achieve a code like this:-
{{data}} {{value}} <
{{data}} {{value}}
if you want something like a list with two or more items in the same row:
in html file:
{{navItem[1]}}{{navItem[0]}}
in js file:
$scope.items = [ ["Home", "home"], ["Favorite", "favorite"] ]