Update JSON API
[src/app-framework-demo.git] / afm-client / bower_components / foundation-apps / js / angular / components / actionsheet / actionsheet-content.html
1 <div
2   class="action-sheet {{ position }}"
3   ng-class="{'is-active': active}"
4   >
5     <div
6     ng-transclude>
7     </div>
8 </div>