Quantcast
Channel: Ember.JS - Latest topics
Viewing all articles
Browse latest Browse all 4836

Avoid whitespace before and after Ember component

$
0
0

@konrad wrote:

Hi, I'm trying to render an Ember component inline. Right before, there is a "(" character and right after there is ")". What I do in Handlebars: <html>({{my-ember-component}})</html>. However, this results in the following render result in the browser. "( my component text )". You can see, there are whitespaces rendered before and after the component. How can I avoid this?

Posts: 4

Participants: 2

Read full topic


Viewing all articles
Browse latest Browse all 4836

Trending Articles