When trying to set a list attribute on a custom component
kgolden
Does anyone know where I might look to reroute the google api key for google analytics in ember cli? I'm interested in doing some internal tracking of one of our projects - broccoli build times, etc
vvs has quit
dadamssg has quit
I've been looking all over the ember-cli in my node_modules dir trying to find the api key
locks
srsgores: your helper is called autocomplete-input but your class is called AutoCompleteInput
Uncaught IndexSizeError: Failed to set the 'size' property on 'HTMLInputElement': The value provided is 0, which is an invalid size.prototype.setPropertyStrict @ ember.debug.js:2688updateProperty @ ember.debug.js:43482AttrMorph.setContent @ ember.debug.js:43525render @ ember.debug.js:36194EmberRenderer_createElement @ ember.debug.js:38957Renderer_renderTree
locks: the jsbin doesn't even render for me on chrome
PiCOBot has quit
roddy_ has quit
PiCOBot joined the channel
yaymukun1 joined the channel
ecmacode_ has quit
yaymukun1 has quit
CamonZ has quit
justin_hackin has quit
danwanf
Hi! I’m using the standard (using ember-qunit) Ember CLI testing package. We test error responses (400, 401, 404) from the server and ensure that the application behaves correctly, but the intermediary promise failure from the failed request fails the test. What’s the best way to handle this?
It includes all the mixin functions of Enumerable EXCEPT the ones on Array.prototype and Arry.prototype returns a native array not and Ember.Array.
boztek|afk is now known as boztek
And such if you use any of the Array.prototype functions on an Ember.Array then the return value will NOT be an Ember.Array and .compact isn't there.
boztek is now known as boztek|afk
mrbubbles joined the channel
Linuus has quit
danlynn has quit
kurko_ joined the channel
phll2 has quit
ifeelectric joined the channel
kurko_ has quit
esalinas has quit
amiel__ joined the channel
esalinas joined the channel
ifeelectric has quit
Pupeno joined the channel
Pupeno
components must have dashes on their names? don't you end up with a lot of silly component names? do you just user your apps name as prefix?
maletor joined the channel
mrbubbles
Pupeno: yep to prevent clashes with current/future elements, apparently
bmac joined the channel
esalinas has quit
sukima
If you make a component called select then it could class with the built in select component unlike foo-select which would obviously be a custom select component not the built in one
samselikoff joined the channel
esalinas joined the channel
bmac joined the channel
themouette has quit
varblob joined the channel
mbu has quit
Prajakta joined the channel
Prajakta has quit
samselikoff has quit
danwanf has quit
oblivionx
whats the equivalent of $.extend(true, {}, defaultObject, customObject) in ember?
srsgores has left the channel
object merge, deep copy
codeurge has quit
slindberg has quit
and how do i access the config vars in environment.js inside an addon? in the included(app) hook?
bmac has quit
mysterlune has quit
mysterlune joined the channel
bmac joined the channel
slindberg joined the channel
mysterlune has quit
juanpablo___ joined the channel
hmm it looks like the correct way to pass config options to an addon for the included hook is via the Brocfile, not environment..
kellysutton joined the channel
eber1 joined the channel
eber1
Hey guys. Would it be nice to start with Ember now or should I wait for Ember 2 to come out?
juanpablo___ has quit
kellysut_ joined the channel
mysterlune joined the channel
yaw joined the channel
yaw has quit
mbu joined the channel
yaw joined the channel
jonnn has quit
yaw has quit
eber1 has left the channel
yaymukund has quit
yaw joined the channel
chrishough has quit
allcentury has quit
locks
fwiw, start now
ifeelectric joined the channel
ifeelectric has quit
chrishough joined the channel
boztek|afk is now known as boztek
mellatone
is registering a controller, just defining it during run time?