Launch offer
Business website $150 USD Custom plugin $200 USD Ready in 5 days
Get a quote
AngularJS

Built-in Filters in AngularJS

Use currency, date, filter, orderBy, limitTo, lowercase, and json.

Built-in Filters in AngularJS — a practical guide to AngularJS built-in filters with clear examples you can reuse in real projects.

AngularJS Tutorial Series (38/99). Prefer one article? Read the complete AngularJS tutorial.

Short description

orderBy/filter on large lists can be expensive — precompute when needed.

Built-in tip

{{ createdAt | date:'medium' }}
<li ng-repeat="i in items | orderBy:'name' | limitTo:10">

Leave a reply

Your email address will not be published. Required fields are marked *