mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-09-04 13:15:06 +00:00
Restructure Sass files and folders for proper application Sass development
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user