Slide 19
Slide 19 text
Ember.ContainerView
• Templates can’t always describe all UI
• Sometimes more flexibility is required
• ContainerView holds other view instances,
allows code to add, remove, reorder
• set currentView property
• or manage childViews array