prelim action sheet directive
This commit is contained in:
parent
2d205cbebd
commit
ce298fdfb6
6 changed files with 78 additions and 1 deletions
8
www/views/includes/actionSheet.html
Normal file
8
www/views/includes/actionSheet.html
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<div
|
||||
class="bp-action-sheet__backdrop"
|
||||
ng-class="{'fade-in': show}"
|
||||
ng-click="hide()">
|
||||
</div>
|
||||
<div class="bp-action-sheet__sheet" ng-class="{'slide-up': show}">
|
||||
|
||||
</div>
|
||||
Loading…
Add table
Add a link
Reference in a new issue