suppose there are so many fields in js object and i want to load only few not all. i was searching on this for getting answer. i got one but i am not sure this is right one.
see the fiddle http://jsfiddle.net/vojtajina/js64b/14/
see this code ng:repeat="(i,th) in head"
this is the way where we need to specify something in bracket. i have confusion here. so anyone can help me to understand how to load few selected data with ng-repeat
. thanks