jamesdixon / ember-cli-todo-mvc

TodoMVC app via Ember CLI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TodoMVC using Embjer.js and Ember CLI

This is the TodoMVC app written while completing Andy Brown's fantastic tutorial on getting started with Ember.js using Ember CLI.

The written tutorial is availabe here: http://thetechcofounder.com/getting-started-with-ember-js-using-ember-cli/

The tutorial was last updated in December of 2014, so for people digging into the tutorial now with the latest version of Ember CLI (0.2.2) and Ember.js (0.11), you may run into some issues with deprecated APIs among other things. This version has been rewritten to ensure that all deprecated APIs are using the latest supported version. I also added a couple of things that make the final product behave like the demos found at the TodoMVC site, including a custom text input component that will focus when displayed.

Please see Andy's original repo for additional details.

About

TodoMVC app via Ember CLI


Languages

Language:JavaScript 46.1%Language:CSS 37.8%Language:Handlebars 8.5%Language:HTML 7.7%