Skip to content

Latest commit

 

History

History
32 lines (16 loc) · 898 Bytes

README.md

File metadata and controls

32 lines (16 loc) · 898 Bytes

Ember.js Examples

The app contains some small examples that I put together while trying to learn Ember.js

Installation

bundle install

rake db:migrate

rake db:seed

List of Examples

###Selectable Rows In this example we render a table with many rows. You can select the rows and perform an action.

###SlickGrid Integration This example integrates Ember.js with SlickGrid. The grid's data is populated with JSON from the server. All paging, sorting and filtering is done on the server side.

###JQueryUI autocomplete Integration This example integrates Ember with JqueryUI's autocomplete plugin. It also uses EmberResource to load and perform updates on the selected record.