This video explains simplest way to remove duplicate items from a JavaScript array. Video shows to use, filter method Set object https://youtu.be/BW16C9qJ1tY
Filter
How to create Custom Filters in AngularJS
Have you ever used filters with the ng-repeat directive as shown in the listing below? If so, then you’ve used a filter in an AngularJS application. AngularJS provides us many in-built directives like search. If required, AngularJS also allows us to create custom filters, which we’ll explore in this post. AngularJS gives us a simple … Continue reading How to create Custom Filters in AngularJS