I'm getting to grips with Ember.js but could do with some tips...
I'd like to create a view that is a div with a ul nested within it. Before rendering, I'd like to see how wide the parent div is and calculate how many li's to add to the ul with a for loop.
Can you help suggest the best way to do this please as I'm struggling!
Cheers!