Tag: filters
-
Creating a ‘Starts With’ Filter in AngularJs
Hey everyone, Just a quick post on how to create a simply custom filter in AngularJS. We’ll be using the same regions objects as the other day: { “regions”: [ { “id”: “1”, “postcode”: “4700”, “name”: “Rockhampton”, “description”: “One of the major cities in Central Queensland.” }, { “id”: “16”, “postcode”: “4214”, “name”: “Keppel Island”,…