Hey all - I see a problem with the scaffolding and nested models.
When I use the scaffolding to create models, collections and views with a nested model, you wind up with a situation where you'll be appending a view to several 'tbody' tags at the same time. You might want to limit your template selectors to append data to only the first, or closest tbody tag...
Hey all - I see a problem with the scaffolding and nested models.
When I use the scaffolding to create models, collections and views with a nested model, you wind up with a situation where you'll be appending a view to several 'tbody' tags at the same time. You might want to limit your template selectors to append data to only the first, or closest tbody tag...