Skip to content
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
@IgorMinar

Description

@IgorMinar

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}}

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions