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

Documentation error for {{ol}} & {{ul}} #156

Open
Nooshu opened this issue Oct 2, 2014 · 0 comments
Open

Documentation error for {{ol}} & {{ul}} #156

Nooshu opened this issue Oct 2, 2014 · 0 comments

Comments

@Nooshu
Copy link

Nooshu commented Oct 2, 2014

Hello,

I just thought I'd report a slight error with the documentation on this page. For the {{ol}} and {{ul}} helpers the data format looks to be incorrect.

collection = [
  name: 'Leela' 
  deliveries: 8021,
  name: 'Bender' 
  deliveries: 239,
  name: 'Fry' 
  deliveries: 1 
]

Checking the helper tests I can see the correct format:

data: [
    {firstName: 'Kif', lastName: 'Kroker'},
    {firstName: 'Zapp', lastName: 'Brannigan'}
]

Thanks.

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

No branches or pull requests

2 participants