Skip to content
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 opened this issue Apr 21, 2014 · 2 comments

Comments

@IgorMinar
Copy link
Contributor

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}}
@IgorMinar
Copy link
Contributor Author

@petebacondarwin can you please look into this one?

@IgorMinar IgorMinar modified the milestones: 1.3.0-beta.7, 1.3.0-beta.6 Apr 22, 2014
@petebacondarwin
Copy link
Contributor

Will do.

petebacondarwin added a commit to angular/dgeni-packages that referenced this issue Apr 23, 2014
petebacondarwin added a commit to petebacondarwin/angular.js that referenced this issue Apr 23, 2014
Dgeni-packages is updated to 0.8.2 to fix a bug in the docs (angular#7184)
Karma is updated to get us the fixed version of chokidar (v0.8.2)
petebacondarwin added a commit to angular/dgeni-packages that referenced this issue Apr 23, 2014
petebacondarwin added a commit that referenced this issue Apr 24, 2014
Dgeni-packages is updated to v0.8.3 to fix a bug in the docs (#7184)
Karma is updated to get us the fixed version of chokidar (v0.8.2)

Closes #7184
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants