Top "Ember-old-router" questions

Ember.

emberjs - how to mark active menu item using router infrastructure

I'm trying to create navigation tabs (taken from Twitter Bootstrap): <ul class="nav nav-tabs"> <li class="active"&…

ember.js ember-old-router
EmberJS: How to transition to a router from a controller's action

I have an action: {{action create target="controller"}} which I have targeted to the bound controller (rather than the router) …

javascript ember.js ember-old-router
Right way to do navigation with Ember

What's the "right way" (or at least the options, if there is no single "Ember way" of doing this) for …

ember.js ember-old-router ember-router
Ember.js routing: how do you set a default route to render immediately?

I'm sure this will become clear as I dig in deeper, but for now it's not obvious how to make …

routing ember.js ember-old-router
How to get an instance of a controller in Ember.js?

I'm trying to access an instance of a controller that has been wired automatically using App.initialize(); I've tried the …

ember.js ember-old-router
How can I create a new record using Ember.js and ember-data?

I have compiled this example from various documentation and examples that I've found, but I haven't found a complete example …

ember.js ember-data ember-old-router
Ember-Data: How do "mappings" work

I'm currently trying to put something together with ember + emberdata + router + asp.net web api. Most of it seem to …

javascript asp.net-web-api ember.js ember-data ember-old-router
Ember.js Router Action to Controller

When I use the Ember Router, how can I define actions in the template who are connected to the controller? …

ember.js ember-old-router
Ember.js with Twitter Bootstrap Modal

I have setup my application to use the ember routing architecture. My index pages looks like this (for simplicity sake) …

twitter-bootstrap ember.js ember-old-router