Quantcast
Viewing all articles
Browse latest Browse all 4826

How to disable a wrapper tag for the template in Ember 2.4.*?

@iAchilles wrote:

Hello guys! If I want to disable (or just change) a wrapper tag for the component I do the following:

export default Ember.Component.extend({
    tagName: '',
    ...

What is the best way to do the same thing with the template in Ember 2.4.*?

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 4826

Trending Articles