mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-03-01 21:26:24 +00:00
20 lines
608 B
HTML
20 lines
608 B
HTML
<div ng-controller="BottomSheetExample">
|
|
<p style="padding-left: 20px;">
|
|
Bottom sheet can be dismissed with the service or a swipe down.
|
|
</p>
|
|
<div class="bottom-sheet-demo inset" layout="column" layout-sm="row" layout-align="center">
|
|
<md-button class="md-primary" ng-click="showListBottomSheet($event)">
|
|
Show as List
|
|
</md-button>
|
|
<div style="width:50px;"></div>
|
|
<md-button class="md-primary" ng-click="showGridBottomSheet($event)">
|
|
Show as Grid
|
|
</md-button>
|
|
</div>
|
|
|
|
<br/>
|
|
<b layout="row" layout-align="center center" layout-margin>
|
|
{{alert}}
|
|
</b>
|
|
</div>
|