• Recipes with Angular.js

  • Menu
  • Search
  • Home
  • Introduction
  • Controllers
  • Directives
  • Filters
    • Formatting a String with currency Filter
    • Implementing a Custom Filter to Reverse an Input String
    • Passing Configuration Params to Filters
    • Filtering a List of DOM Nodes
    • Chaining Filters together
    • Testing Filters
  • Using Forms
  • Consuming External Services
  • Urls Routing and Partials
  • Common User Interface Patterns
  • Backend Integration with Ruby on Rails
  • Backend Integration with Node Express

Filters

Angular Filters are typically used to format expressions in bindings in your template. They transform the input data to a new formatted data type.

Table of Contents

  1. Filters
  2. Formatting a String with currency Filter
  3. Implementing a Custom Filter to Reverse an Input String
  4. Passing Configuration Params to Filters
  5. Filtering a List of DOM Nodes
  6. Chaining Filters together
  7. Testing Filters

Maintained by Frederik Dietz

All content licensed with Creative Commons