With respect to question StackOverflow , even I was looking some thing like that only . But it has to eliminate repeating values. Can any one please help me in this.
FOR example $scope.notes=[{"id":"id1", "text":"text1"}, {"id":"id2", "text":"text2"}, {"id":"id2", "text":"text1"}]; This will list all the "text values" from notes JSON data , but it will repeat text1 value twice. Can we make it to display only once.