SmartIT_Extensions/BMC/smart-it-full/views/custom-widgets/person-location-map.html

5 lines
263 B
HTML

<div>
<div ng-if="!$parent.editMode && googleMapAvailable" class="person-address__primary-office_map">
<embedded-location-map center="data.value" location-objects="locationObjects" class="person-address__map"></embedded-location-map>
</div>
</div>