pip-webui
Version:
HTML5 UI for LOB applications
13 lines (10 loc) • 615 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 md-raised md-accent flat" ng-click="onRefreshShow($event)">{{:: 'SHOW_REFRESH' | translate }}</md-button>
<pre class="text-body1 color-window-bg p16">
<h3 class="text-subhead2 m0">{{:: 'CODE' | translate}}</h3>
<code class="language-markup"><pip-refresh-button pip-text="refreshText" pip-visible="showRefresh" pip-refresh="onRefresh()">
</pip-refresh-button>
</code>
</pre>