786 reputation
214
bio website igniite.com
location Seattle, WA
age 29
visits member for 1 year, 4 months
seen 11 hours ago
stats profile views 46

Software Development Entrepreneur


Mar
5
awarded  Caucus
Feb
14
awarded  Yearling
Jan
18
accepted How do I render multiple templates into a template and set the models for those templates?
Jan
16
comment Uncaught TypeError: Cannot call method 'map' of undefined
Match is no longer a valid syntax for refining routes. You will need something like: App.Router.map(function() { this.route('application', { path: '/'}); }); You can see my example at: github.com/seankeating/ember-js-example/blob/master/app/… New documentation at: emberjs.com/guides/routing/defining-your-routes
Jan
16
comment EmberJS: template not rendering controller properties
Works fine for me: jsfiddle.net/seankeating/qq4w5/3, What version of Ember are you using?
Jan
16
answered Uncaught TypeError: Cannot call method 'map' of undefined
Jan
16
answered How do I render multiple templates into a template and set the models for those templates?
Jan
15
comment How do I render multiple templates into a template and set the models for those templates?
But now.. If you try to switch between the panels now the data in the panels are gone, and you go back to the dashboards after going to a panel the data is gone in your example.
Jan
15
comment How do I render multiple templates into a template and set the models for those templates?
Aww, that works. I tried other ways similar to that, but I didn't know I could set the content that way. Thanks!
Jan
15
awarded  Student
Jan
15
comment Ember.js Router v2 dynamic slug is null
Added a note about the api on the second line, that should be addressed if I have an incorrect assumption.
Jan
15
revised Ember.js Router v2 dynamic slug is null
Added an additional note
Jan
15
answered Ember.js Router v2 dynamic slug is null
Jan
15
comment How do I render multiple templates into a template and set the models for those templates?
They're not too bad...
Jan
15
revised How do I render multiple templates into a template and set the models for those templates?
edited title
Jan
15
asked How do I render multiple templates into a template and set the models for those templates?
Jan
13
accepted Displaying a single EmberJS DS.Model from a FixtureAdapter Store in a template
Jan
12
comment Displaying a single EmberJS DS.Model from a FixtureAdapter Store in a template
@sly7_7 do you want to write up an answer or should I?
Jan
12
comment Displaying a single EmberJS DS.Model from a FixtureAdapter Store in a template
@YehudaKatz good to know
Jan
12
comment Displaying a single EmberJS DS.Model from a FixtureAdapter Store in a template
Wow so the id in the FIXTURES had to be in quotes to work huh?