This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
all filter api docs should hide the first array argument from all usage examples #7184
Closed
Description
good example is: https://docs.angularjs.org/api/ng/filter/orderBy
which shows usage as:
{{ orderBy_expression | orderBy : array : expression : reverse}}
it should be:
{{ orderBy_expression | orderBy : expression : reverse}}