I'm in root getting "You cannot use the new command inside an ember-cli project." lol
khoapham4 has quit
ambushsabre has quit
Guest___ has quit
sargas has quit
monq has quit
hilem has quit
hilem joined the channel
artto joined the channel
gunn joined the channel
CIDIC has quit
nicklasmoeller joined the channel
artto has quit
how do I unlink an ember-cli project?
looks like my root is an ember project -___-
I love Ember and all, but.
scottbot84 joined the channel
Pupeno joined the channel
Pupeno_ has quit
nicklasmoeller has quit
rpkilby has quit
ambushsabre joined the channel
scottbot84 has quit
mikebonar joined the channel
mellatone has quit
bmac has quit
kyledavis joined the channel
rennanmartini has quit
itnir has quit
einarj joined the channel
superlou has quit
safeforge has quit
sssilver joined the channel
vampolo has quit
plumbacon joined the channel
Pupeno_ joined the channel
MrMcDowall joined the channel
sssilver has quit
Pupeno has quit
oncenull joined the channel
ur5us has quit
mrbubbles has quit
mysterlune
hola...
plumbacon has quit
komlev has quit
if i have an instance of `Ember.Controller` (say "fooController") whose model is a record with a property of "fooBar"... shouldn't i be able to access that property by doing
fooController.get('fooBar')
alexspeller
mysterlune: no
ilmgb joined the channel
_makoto_ has quit
mysterlune
for some reason, i can only seem to get it with fooController.get('model.fooBar')
alexspeller
mysterlune: Ember.Controller does not proxy property accesses
mysterlune: that's the correct way to get it
mysterlune
oh, hey alexspeller.
alexspeller
yo :)
mysterlune
i see that ObjectProxy went away...
oncenull has quit
so, accessing via the `model.` prop chain is the way to go now?