summaryrefslogtreecommitdiffstats
path: root/afb-client/bower_components/foundation-apps/js/angular/components/actionsheet/actionsheet-content.html
blob: cafb733a76728da10ebbc47fd797e6b21996a901 (plain)
1
2
3
4
5
6
7
8
<div
  class="action-sheet {{ position }}"
  ng-class="{'is-active': active}"
  >
    <div
    ng-transclude>
    </div>
</div>