[Forms] Add button control

Add an mct-control for buttons, for use in toolbars.
WTD-684.
This commit is contained in:
Victor Woeltjen
2015-01-15 15:26:27 -08:00
parent 4b51c37067
commit b5393ae9da
3 changed files with 17 additions and 2 deletions

View File

@@ -0,0 +1,11 @@
<a href=""
class="t-btn l-btn s-btn s-icon-btn s-very-subtle"
ng-class="{ labeled: structure.text }"
ng-click="structure.click()">
<span class="ui-symbol icon">
{{structure.glyph}}
</span>
<span class="title-label" ng-if="structure.text">
{{structure.text}}
</span>
</a>