emberjs / list-view

An incremental rendering list view for Ember.js
MIT License
465 stars 116 forks source link

Is list-view broken on ember 1.13? #249

Closed wallaceicy06 closed 9 years ago

wallaceicy06 commented 9 years ago

Sorry, but I wasn't exactly sure where to ask for help. I tried getting the most basic example of list view working in my ember project, but it doesn't appear to be working. I keep getting an error:

Uncaught TypeError: Cannot read property 'helperFunction' of undefined

when I insert the following into one of my templates:

{{#ember-list items=model height=500 rowHeight=50 width=500}}
   <p>Hello world!</p>
{{/ember-list}}

I've been digging through the issue tracker to see if anyone was having the same issue, and tried using some different handebars helpers but that didn't work. Am I missing something, or is this just broken with the latest version of ember?

rwjblue commented 9 years ago

Yes, it is broken on 1.13. This is a duplicate of https://github.com/emberjs/list-view/issues/245 (though this issue is better named :wink: ).

stefanpenner commented 9 years ago

Let's rename the other one. As it has meow context and ongoing messaging as progress is being made

tim-evans commented 9 years ago

@stefanpenner done.