Angularjs Examples

AJS Examples


AngularJS Filters Reference

Learn how to use AngularJS Filters. A filter in AngularJS, allows you to transform or format the data in a specified criteria. It transform your data without changing original data.

AngularJS Filters Reference

FiltersDescriptionSee Live Example
Currency It is used to formate number as currency.Try Now
Date It is used to set date format.Try Now
FilterIt is used to filter or search an item from array.Try Now
Json It is used to javascript object to Json object.Try Now
LimitTo It is used to extract subset of array with specified number of items.Try Now
Lowercase It is used convert any string to lower case.Try Now
Number It is used to format any number as string.Try Now
OrderBy It is used to set array order ascending or descending.Try Now
Uppercase It is used convert any string to upper case.Try Now