Right now, I have a page where I'm using ng-show and ng-hide on different elements. On some of the elements I need visibility: hidden!important; so that it will still take space on the page. On other elements, I need them to disappear completely with display: none!important;.
Is there a way I can have different attributes for them?