pip-webui
Version:
HTML5 UI for LOB applications
12 lines (9 loc) • 603 B
HTML
<h2 class="text-title tm0 bm24">Refresh {{ 'SAMPLE' | translate }}:</h2>
<pip-refresh-button pip-text="refreshText" pip-visible="showRefresh" pip-refresh="onRefresh()">
</pip-refresh-button>
<md-button class="lm0" ng-click="onRefreshShow($event)">{{ 'SHOW_REFRESH' | translate }}</md-button>
<h3 class="text-subhead2">{{:: 'CODE' | translate}}</h3>
<pre class="text-body1 color-window-bg p16">
<<strong>pip-refresh-button pip-text="refreshText" pip-visible="showRefresh" pip-refresh="onRefresh()"</strong>>
</<strong>pip-refresh-button</strong>>
</pre>