AmpersandJS / examples

A collection of example apps/patterns using ampersand
MIT License
45 stars 16 forks source link

It might be good to include an example with recursively nested models #14

Open HenrikJoreteg opened 9 years ago

HenrikJoreteg commented 9 years ago

It's come up in chat a few times and ampersand handles this quite well.

There's a basic gist of it here: https://gist.github.com/HenrikJoreteg/e76d72b0559ae9b6061b but it'd need to be polished up a bit.

fyockm commented 9 years ago

@HenrikJoreteg I've started trying to "polish" this, but I need to put a little effort into it. I understand the nested models, but am struggling with its application on the view side.