-
Other
- http://emberjs.jsbin.com/rwjblue/251/edit?html,js,output - Opening a window and communicate with it.
- http://emberjs.jsbin.com/rwjblue/55/edit - Using liquid-fire animations in globals mode.
- http://emberjs.jsbin.com/rwjblue/151/edit?js,output - Modify computed dependent keys after initialization.
-
POJO's
- http://emberjs.jsbin.com/rwjblue/253/edit?js,output - Defining computed properties on a POJO.
-
Routing
- http://emberjs.jsbin.com/rwjblue/254/ - Shows route hook ordering.
- http://emberjs.jsbin.com/rwjblue/255/edit?html,js,output - Keyboard shortcuts with mousetrap.
- http://emberjs.jsbin.com/rwjblue/38/edit - List known routes.
- http://emberjs.jsbin.com/rwjblue/166/edit - Route hooks for nested routes.
- http://emberjs.jsbin.com/rwjblue/182/edit?html,js,output - link-to active state logging
-
Service
- http://emberjs.jsbin.com/luhoquxi/7 - Growl Notifications (by @bcardarella)
- http://emberjs.jsbin.com/rwjblue/199/edit?html,js,output - Simple
Ember.inject.service
demo.
-
View
- http://emberjs.jsbin.com/xavox/1/ - Illustrates how to clear classNames. (by @knownasilya)
- http://emberjs.jsbin.com/rwjblue/31 - Shows how to target actions from within a view.
-
HTMLBars
- Block Params
- http://emberjs.jsbin.com/rwjblue/135/edit?html,js,output -
{{for-each-color}}
- http://emberjs.jsbin.com/rwjblue/138/edit?html,js,output - Simple block params example.
- http://emberjs.jsbin.com/rwjblue/157/edit?html,js,output - Bound and unbound helper examples.
- http://emberjs.jsbin.com/rwjblue/135/edit?html,js,output -
- http://emberjs.jsbin.com/rwjblue/212/edit -
{{else <some helper>}}
- http://emberjs.jsbin.com/rwjblue/222/edit -
{{bind-action}}
helper to pass a wrapped action as a block param. - http://emberjs.jsbin.com/rwjblue/258/edit -
{{bind-action}}
helper + multi-level action passing.
- Block Params
-
Components
- http://emberjs.jsbin.com/kenum/3/edit - Drag & Drop Component (by @rpflorence).
- http://emberjs.jsbin.com/navew/2/edit - Mark parent element of {{link-to}} as active.
- http://emberjs.jsbin.com/lokozegi/121/edit - Modal dialog (by @denisnazarov).
- http://emberjs.jsbin.com/jacex/1 - Popover.
- http://emberjs.jsbin.com/rwjblue/58/edit - Custom checkbox that sends an action upon being checked.
- http://emberjs.jsbin.com/kopax/2/edit - Using a components Layout for standard string output (without precompiling).
- http://emberjs.jsbin.com/xomag/1/edit - Dynamic lookup of a component. magic
- http://emberjs.jsbin.com/rwjblue/56/edit - Component with inverse (NOTE: hash params not bound)
- http://emberjs.jsbin.com/rwjblue/100/edit - TinyMCE
- http://emberjs.jsbin.com/rwjblue/142/edit -
RadioButton
component
-
Handlebars Helpers
- http://emberjs.jsbin.com/rwjblue/75/edit -
{{super}}
- http://emberjs.jsbin.com/rwjblue/136/edit?html,js,output - Recompute on changes from outside source (using streams).
- http://emberjs.jsbin.com/rwjblue/75/edit -
-
Select
- http://emberjs.jsbin.com/vodab/3/edit - Ember.Select with disabled options.
- http://emberjs.jsbin.com/jaqak/1/edit - Fast Single Select (SUPER FAST)
- http://emberjs.jsbin.com/rwjblue/122/edit -
{{async-select}}
- Pretty simple, but handlesinitialValue
,prompt
, andoptions
.
-
Controllers
- http://emberjs.jsbin.com/hisuc/1/edit - Observing itemControllers in a virtual ArrayController.
- http://emberjs.jsbin.com/hawa/7/edit - Sorting by a property on an itemController.
-
Testing
- http://jsbin.com/ojUGebes/1/edit - Ember Testing Template Testing Components
- http://jsbin.com/UGaTasU/5/edit - Ember Testing Template Testing Components w/o Container
- http://jsbin.com/ECoTIP/1/edit - Ember Testing Template Testing Handlebars Helper
- http://emberjs.jsbin.com/AXOHogI/1/edit - Ember Testing Template General Integration Test
- http://emberjs.jsbin.com/uvEVegO/3/edit - Ember Testing Template Initializer Test
- http://emberjs.jsbin.com/ezeMoQO/1/edit - Ember Testing Template Initializer Test with Em.run.later
- http://jsbin.com/aZIqEtAv/1/edit - Ember Testing Template Testing View Rendering to Buffer
- http://emberjs.jsbin.com/oZemaGA/1/edit - Ember Testing Template easyForm
-
-
Save gblmarquez/62024c3ffd28b9377bc8 to your computer and use it in GitHub Desktop.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment