bansho/app/custom_views/custom_views.html
2015-02-16 15:09:42 -05:00

20 lines
605 B
HTML

<article ng-controller="CustomViewsCtrl" id="tactical">
<section class="main__content tabpanel">
<div class="tab-content">
<div role="tabpanel" class="problems tab-pane active" id="openProblems">
<header class="main__content__header clearfix">
<h2 class="main__content__title">Custom View</h2>
</header>
</div>
</div>
<adg-table cells-name="{{customViewCellsName}}"
cells-text="{{customViewCellsText}}"
api-name="{{customViewApiName}}"
filters="{{customViewFilters}}">
</section>
</article>