infrabel / themes-gnap

Standardized build to produce web themes for use with GNaP.
http://gnap.io/
BSD 3-Clause "New" or "Revised" License
3 stars 4 forks source link

Allow custom content to be transcluded at bottom of sidebar #133

Closed vincentsels closed 8 years ago

vincentsels commented 9 years ago

Example usage:

    <div gnap-sidebar>
        <img ng-repeat="layer in mainVm.layers | filter: mainVm.poiToggledOn"
             ng-src="'../../{{layer.iconUrl}}"
             ng-class="{ 'translucent': mainVm.poiVisible(layer) }"
             title="{{(layer.translationId || 'main.common.' + layer.itemType + 's') | translate}}"
             class="menu-img" />
    </div>
ArneD commented 8 years ago

+1