Road to Ember 2.0 Reaction

So I just finished reading the Road to Ember 2.0 RFC which highlights the latest proposed updates for the next major version release - Ember 2.0. For those unfamiliar, the Ember <abbrtitle="Request For Comments">RFC</abbr> process is intended to provide a controlled pipeline for new features to enter the framework. This is vital tool where the entire community comes together to provide important and transparent feedback for individual feature proposals. ...

November 5, 2014 · 2 min

Ember 'Toggle All' Checkbox

I recently read an interesting article by Mark Przepiora titled Ember.js Recipes: Checkboxable Index Pages Using itemController. Mark makes several good points regarding the logical separation between controllers and models in Ember. He shows how to identify use cases when it’s appropriate to leverage an itemController to wrap each item in a collection. Here is his demo which shows a simple implementation for a UI structure with a list of checkbox items and a delete button. ...

June 1, 2014 · 3 min