infoPanel.tpl.html 342 Bytes
Newer Older
1 2 3 4 5 6
<div class="info-panel">
    <div class="info-panel-title">
        <small ng-if="$ctrl.category" ng-bind="$ctrl.category" class="muted"></small> {{$ctrl.title}} <small ng-if="$ctrl.raw" class="pull-right"><a href="{{$ctrl.raw}}" target="_blank">raw JSON</a></small>
    </div>
    <div class="info-panel-content" ng-transclude></div>
</div>