Community

AngularJS Abstractions: Filters

(K. Scott Allen) Filters in AngularJS can form a pipeline to format and adapt model data inside a view. The built-in filters for AngularJS are date (format a date), filter (select a subset of an array), currency (format a number using a currency symbol for the current locale), and many more.

Read More - Register for Free Membership