CRM-15578 - crmUiVisible - Add a helper for hiding elements while preserving layout
authorTim Otten <totten@civicrm.org>
Tue, 9 Dec 2014 23:52:56 +0000 (15:52 -0800)
committerTim Otten <totten@civicrm.org>
Wed, 10 Dec 2014 01:21:52 +0000 (17:21 -0800)
commite84a11d8b718c5f4d2a3865a50dfad1d8a5eb2cf
treea47ee4913c3dea8e69e52c951e1f34ee442f07f1
parent18d2f6097bd0c0d91122121f48c941964e2ebc70
CRM-15578 - crmUiVisible - Add a helper for hiding elements while preserving layout

ngShow/ngHide use "display:none" to hide elements -- which modifies layout.
That's normally appropriate, but sometimes one wants to hide things without
changing layout ("visibility:hidden").
js/angular-crm-ui.js