Skip to content

sgulics/ember-samples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Just playing around with Ember.js

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published