This repository was archived by the owner on Nov 30, 2018. It is now read-only.

Description
It appears as though using ng-show or ng-hide on a ui-gmap-search-box has no affect. There are no console errors, so I assume those attributes are just being ignored by the directive?
<ui-gmap-search-box
ng-show="mapvm.isEditMode"
template="mapvm.searchbox.template"
events="mapvm.searchbox.events"
position="'TOP_CENTER'">
</ui-gmap-search-box>