Skip to content Skip to sidebar Skip to footer
Showing posts with the label Ember Cli

Accessing Ember-cli Nested Controllers

This is my directory structure: controllers/ ---- restaurant/ ----items.js ---- index.js ---- r… Read more Accessing Ember-cli Nested Controllers

Ember.select With An Unbound Options List

In an ember.js application that I am working on (ember v1.8.0-beta1, ember-cli), I have a page with… Read more Ember.select With An Unbound Options List

Makeboundhelper Alternative In Ember 2.0

I've been injecting Google DFP ads in my blog-posts by using a bound helper so far. Since all H… Read more Makeboundhelper Alternative In Ember 2.0

Multiple Routers For An Ember App

Is it possible to have multiple router.js for an Ember app? By default one router.js will have impo… Read more Multiple Routers For An Ember App