I'm getting this error from typeahead when I add a custom template through ember: Uncaught HierarchyRequestError: Failed to execute 'appendChild' on 'Node': Nodes of type '#document' may not be inserted inside nodes of type '#document-
classNameBindings adds the class to the component's div
not the one in the template
is that what you want?
coulix_tap
Yes the li component which has class `ember-view` by default. If I do `isMine = true` it shows self as expected.
Somehow its the linking to the model `message` that seems to be problematic.
Ok this.get('message').isMine is undefined, I must have been doing something wrong.
My bad... But I learned the alias trick thank you.
allcentury has quit
slik has quit
jonnn joined the channel
jonnn has quit
gabriel_ has quit
edude03 has quit
dustinfarris joined the channel
dustinfarris is now known as Guest95228
edude03 joined the channel
ryanRT joined the channel
dixon has quit
khoapham has quit
ryanRT has quit
gabriel_ joined the channel
jadams joined the channel
pixelhandler joined the channel
iamse7en has quit
dc_ joined the channel
rchavik joined the channel
annlewis joined the channel
edude03 has quit
annlewis has quit
oak joined the channel
oak has quit
pixelhandler has quit
atomiccc joined the channel
edude03 joined the channel
markstory joined the channel
pixelhandler joined the channel
skoryky has quit
rakm has quit
juanpablo__ joined the channel
l_tonz has quit
juanpablo__ has quit
allcentury joined the channel
edude03 has quit
khoapham joined the channel
KerrickLong has quit
kroofy joined the channel
KerrickLong joined the channel
edude03 joined the channel
edude03 has quit
edude03 joined the channel
How can I give a custom tag name to my application.js? It creates a <div id="ember-xxx"..> around the template. The proble is that the template hold <header><section><footer>. Wrapping it in a div without class breaks the native styling.
I can always style div:first-child but I would rather use a class.