This repository was archived by the owner on Nov 30, 2018. It is now read-only.
This repository was archived by the owner on Nov 30, 2018. It is now read-only.
Gmap inside tabset #1546
Open
Description
<tabset justified="true">
<tab heading="Griglia">
Helo
</tab>
<tab heading="Mappa">
<ui-gmap-google-map
center="tabset.map.center"
zoom="tabset.map.zoom"
bounds="tabset.map.bounds"
options="tabset.map.options"
pan="true">
</ui-gmap-google-map>
</tab>
</tabset>
$scope.tabset = {}; $scope.tabset.map = {....}
This not works, without tabset yes...