Applying Filters in Angular JS View Article Information Posted Date: 1. January 2017 Author: Anil Sharma Categories: Angular JS Keywords: Filters in Angular JS, filter in AngularJS, template expressions filter, define a filter, define a filter in angular js Filters are applied in template expressions contained in views. The data binding or expression is followed by a bar (the | character) and then the name of the filter. Filters in Angular JS are used in views to format the data displayed to the user. Once a filter is defined, it can be used throughout a module, which means we can use them to ensure consistency in data presentation across multiple controllers and views. [Continue Reading]