jkarsrud, Gandalfar, thank you, it is working well and it was exactly what I was looking for !
yaw joined the channel
Zaxnyd has quit
kitler has quit
nhhagen joined the channel
maZtah
alrighty
Jam666 has quit
slik joined the channel
kitler joined the channel
pvoborni joined the channel
engwan has quit
Jam666 joined the channel
lessless
folks, there are two fields: a country code and country name and if user enter country code in the first field than country name automatically displayed in the second field. Is this a correct acceptance test: https://gist.github.com/lessless/a2531e957c6641... ? Are two andThen block really needed?
Gandalfar has quit
[bog] has quit
FPar has quit
sandelius joined the channel
Jam666 has quit
yaw has quit
Jam666 joined the channel
jCobb has quit
ur5us joined the channel
kitler
lessless: fillIn is an async helper and doesn't need to be wrapped
alvinv has quit
commented on your gist
artto has quit
bartocc joined the channel
emilkarl has quit
lessless
thank you, that looked really weird
Johnade joined the channel
looks like that ic-modal doesn't work with ember 1.12, right?
Zaxnyd joined the channel
docster has quit
docster joined the channel
Zaxnyd has quit
acorby joined the channel
nhhagen has quit
nhhagen joined the channel
nhhagen has quit
nhhagen joined the channel
WebSpirit_ joined the channel
pvoborni_ joined the channel
Oldenborg has quit
WebSpirit has quit
acorby has quit
pvoborni joined the channel
pvoborni_ has quit
Gandalfar joined the channel
yaymukund joined the channel
Oldenborg joined the channel
alvinv joined the channel
araujo joined the channel
yaymukund has quit
FPar joined the channel
acorby joined the channel
emilkarl joined the channel
mar12345 joined the channel
wehlutyk has quit
dixon joined the channel
mar12345
Hi
should I use _internalModel property ?
I ask because in my component template I can read my model data
Bear10
can't figure out why a .find('mymodel') keeps complaining about "The response from a findAll must be an Array, not undefined", my response "mymodel: []" i've also tried returning "[]"
mar12345
but in component computet property I can't see model data
I can get it only by _internalModel._data
but is it good way ?
Bear10
lol i think i figured it out, i'm an idiot
plural on model on accident
mar12345: what are you trying to do?
AmilKey joined the channel
dixon has quit
mar12345
I have componet to generate tabel with multiple action box
kitler has quit
and in this box I have input with value shold be set by current select row
but model property for this item is dynamicaly
so in my input helper I set property from configuration
and current selectRow too
alex88 has quit
AmilKey has quit
Bear10
what is "this box"? your action box?
ur5us has quit
yaymukund joined the channel
ur5us joined the channel
JimboSlice joined the channel
JimboSlice has quit
gryzzly_ joined the channel
sorry i'm not understanding
have to go in 15 min
do you have a jsbin or something to show to help explain?
ur5us has quit
tristanseifert joined the channel
ebi has left the channel
SirRetnuh joined the channel
artto joined the channel
CIDIC joined the channel
acorby2 joined the channel
Zaxnyd joined the channel
sandstro_
Two questions: (1) is there a public equivalent to `route#refresh`, reloading the current route in-place and (2) how can query params be modified from within a route?
SirRetnuh has quit
acorby has quit
krz has quit
Zaxnyd has quit
embergess joined the channel
sandelius has quit
sandelius joined the channel
kitler joined the channel
FPar has quit
[bog] joined the channel
pvoborni_ joined the channel
pvoborni has quit
lessless
how to fire action on click within {{input}} component?
I tried {{input action='showModal' on='click'}} with no success
mar12345
<Bear10> I would like read current model in my component property