2 Commits

Author SHA1 Message Date
617b7ac000 fix(show-hide-when): add !important to display as this should always take precedence
fixes #6270
2016-04-21 16:14:31 -04:00
5692abe3fd fix(showHideWhen): remove hidden attribute on directives and use classes
Each directive applies a different class so they won’t remove each
other if they’re on the same element. If either class is applied the
element won’t display.

closes #5836
2016-04-15 15:02:04 -04:00