How to hide a Component in emberjs 2.1 equal to ng-Hide?

Asked

Viewed 24 times

1

In the Angular there is the ng-hide and the ng-show to display and hide page elements. How to do the same in Emberjs 2.1?

This is a translation of a question of mine on SOEN.

1 answer

2


The Components of Emberjs has a flag isVisible that can be easily used. It also has css/jQuery and flag custom that can be used to render or not Component.

To reply in the SOEN

Browser other questions tagged

You are not signed in. Login or sign up in order to post.