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
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.
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 javascript emberjs
You are not signed in. Login or sign up in order to post.