Skip to content

Documentation: change sortBy to orderBy? #205

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
kennethormandy opened this issue Mar 27, 2014 · 2 comments
Closed

Documentation: change sortBy to orderBy? #205

kennethormandy opened this issue Mar 27, 2014 · 2 comments

Comments

@kennethormandy
Copy link

In the orderBy docs, it currently it says sortBy, I believe it should be orderBy, as follows:

<ul>
    <li v-repeat="users | orderBy field reverse">{{name}}</li>
</ul>
<ul>
    <li v-repeat="users | orderBy 'name' -1">{{name}}</li>
</ul>

Happy to do a PR if the docs are somewhere.

@wryk
Copy link

wryk commented Mar 27, 2014

@kennethormandy
Copy link
Author

Thanks @wryk! Closed in favour of vuejs/v2.vuejs.org#21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants