How to hide a component in emberjs 2.1 equal to ng-hide?

1

Non-Angular exists ng-hide and ng-show to display and hide page elements. How to do the same in EmberJS 2.1?

This is a translation of my question on SOEN .

    
asked by anonymous 05.11.2015 / 17:33

1 answer

2
EmberJS components has a flag isVisible that can be easily used. And it also has the custom css / jQuery and flag that can be used to render or not component .

A answer in SOEN

    
05.11.2015 / 17:38