I have a number of elements that I want to be visible under certain conditions.
In AngularJS I would write
stuff
Use hidden like you bind any model with control and specify css for it:
HTML:
CSS:
[hidden] { display: none; }