This is the source code used for the Ember Concurrency talk. There are two components that can be used to create an auto completing input--one that uses Ember Concurrency and one that doesn't.
The slides for this talk are on slideshare.
EmberMap's course on Ember Concurrency can be purchased here. Use code "denver" and save $10.
You will need the following things properly installed on your computer.
git clone [email protected]:EmberMap/ember-denver-ember-concurrency.git
this repositorycd ec-talk
npm install
bower install
ember serve
- Visit your app at http://localhost:4200.