1,697 reputation
1517
bio website padelengine.com
location Madrid, Spain
age 27
visits member for 2 years, 3 months
seen 20 mins ago
stats profile views 148

Mar
13
comment Ember.js - Creating a multistep wizard - How to?
@DaMainBoss actually I have been trying for a couple of hours and still trying at this moment too. Started with connectOutlet from the controller and it said that controllers have no connectOutlet method, then moved it to the view, then tried with routes. All intents failed at some point, that's why I'm asking for architecture guidelines and not real code examples, because I feel I'm stabbing in the dark. Also, already saw that linked question but it's not as related to my question as it looks like at first.
Mar
13
revised Ember.js - Creating a multistep wizard - How to?
added 175 characters in body
Mar
13
asked Ember.js - Creating a multistep wizard - How to?
Mar
12
comment Ember.js - Binding to another controller's model
Thanks for your answer too Bradley
Mar
12
accepted Ember.js - Binding to another controller's model
Mar
12
comment Ember.js - Binding to another controller's model
Amazing, Mike. So much useful information in your answer, and its working now.
Mar
12
asked Ember.js - Binding to another controller's model
Mar
12
comment Ember.js - Action not receiving parameters
Yes, I think I understand. I have to use an ArrayController to handle all CustomCourts records, instead of doing it manually, right?
Mar
12
revised Ember.js - Action not receiving parameters
added 38 characters in body
Mar
12
comment Ember.js - Action not receiving parameters
Take a look at the screenshot I've just uploaded :)
Mar
12
revised Ember.js - Action not receiving parameters
added 67 characters in body
Mar
11
comment Ember.js - Action not receiving parameters
@mavilein I have updated the question
Mar
11
revised Ember.js - Action not receiving parameters
added 2524 characters in body
Mar
11
asked Ember.js - Action not receiving parameters
Mar
5
comment Ember Data - Find by ID and using filters
I am using Yii framework (PHP), but the real question is if it can be addressed at frontend level.
Mar
5
asked Ember Data - Find by ID and using filters
Feb
26
accepted Ember.js: Accessing related model properties
Feb
26
comment Ember.js: Accessing related model properties
I did and it did not work. However, following your answer I added servicetable_id to main club JSON, and loaded servicetable as a root object (not array) and it worked, so I'm marking it as the valid answer.
Feb
26
comment Ember.js: Accessing related model properties
Teddy, I think that your answer is oriented to a hasMany relationship, and I am using a 1:1 relationship (belongsTo). So does it make sense to create an array of servicetables while it's expecting to get only one?
Feb
25
asked Ember.js: Accessing related model properties