So, I'm looking at this page:

http://docs.angularjs.org/api/ng.filter:filter


and this text in particular:
In HTML Template Binding
{{ filter_expression | filter:expression:comparator }}
In JavaScript
$filter('filter')(array, expression, comparator) 


I can find in 
ng/filter/filter.js<https://github.com/angular/angular.js/blob/master/src/ng/filter/filter.js>
 where 
the description and parameters come from, but not those examples which 
appear under "In HTML Template Binding" or "In JavaScript". Can someone 
point me in the right direction?

I'm looking to add some text to the orderBy docs.

Thank you,
Paul

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to