Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.03 KB

README.md

File metadata and controls

40 lines (26 loc) · 1.03 KB

Ember Denver: Ember Concurrency talk

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.

Slides

The slides for this talk are on slideshare.

EmberMap video

EmberMap's course on Ember Concurrency can be purchased here. Use code "denver" and save $10.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone [email protected]:EmberMap/ember-denver-ember-concurrency.git this repository
  • cd ec-talk
  • npm install
  • bower install

Running