Skip to content
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
Open
@furyscript

Description

@furyscript
                <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...

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions