summaryrefslogtreecommitdiffstats
path: root/afb-client/bower_components/foundation-apps/js/angular/components/actionsheet/actionsheet-button.html
blob: 6df405c39393684a79c00564563280b0680bb270 (plain)
1
2
3
4
5
6
<div>
  <a href="#"
    class="button"
    ng-if="title.length > 0">{{ title }}</a>
  <div ng-transclude></div>
</div>