#Angular Filters
Filters in AngularJS are used to format the value of an expression for user view. This can mean tidying up a number or date as a string (for currency or special date formats), changing how a string is displayed, or limiting/ordering the number of items shown.
###Learning Objectives
- Explain what a filter is, and where & why you would use one.
- Have the ability to make use of Angular filters in your own apps.