¡@

Home 

javascript Programming Glossary: contact_id

Ember.js - CRUD scenarios - Specifying View from within a Route

http://stackoverflow.com/questions/11377498/ember-js-crud-scenarios-specifying-view-from-within-a-route

couple of extra sub routes root.contacts.details contacts contact_id root.contacts.edit contacts contact_id edit In my details scenarios.. contacts contact_id root.contacts.edit contacts contact_id edit In my details scenarios I first started calling the connectOutlets.. .content details Ember.Route.extend route ' contact_id' view App.ContactView connectOutlets function router contact..