AngularJS Filters
Angular lets us use ‘filters’ to change the data. To add a filter to change the data, we use the pipe symbol (|). Notice the | uppercase after the key in the code below. You can find a list of filters available on the AngularJS site here. You can filter arrays and objects as well: […]