Implemented URL query parsing for initial token /opa/?token=abcde
[src/app-framework-demo.git] / afb-client / bower_components / foundation-apps / js / angular / components / actionsheet / actionsheet-button.html
1 <div>
2   <a href="#"
3     class="button"
4     ng-if="title.length > 0">{{ title }}</a>
5   <div ng-transclude></div>
6 </div>