Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Filters in HTML view

Change the way ‘value’ is displayed (similar to ‘map’ in Perl, Python, Ruby, and JavaScript)

  • {{ some_value | FILTER }}
  • {{ some_value | FILTER:param }}

Reduce the elements of value (similar to ‘grep’ in Perl, ‘select’ in Ruby, or ‘filter’ in Python and JavaScript)

  • ng-repeat="v in some_array | filter:FILTER"