I have a JSON file containing some data I d like to access on my AngularJS website. Now what I want is to get only one object from the array. So I d like for example Item wi
You can use ng-repeat and pick data only if data matches what you are looking for using ng-show for example:
ng-repeat
ng-show
{{data.name}}