mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-08 15:51:16 +08:00
More action sheet styles and animations
This commit is contained in:
@ -21,7 +21,7 @@ angular.module('ionic.ui.actionSheet', [])
|
||||
});
|
||||
},
|
||||
template: '<div class="action-sheet-backdrop">' +
|
||||
'<div class="action-sheet slide-in-up">' +
|
||||
'<div class="action-sheet action-sheet-up">' +
|
||||
'<div class="action-sheet-group">' +
|
||||
'<div class="action-sheet-title" ng-if="titleText">{{titleText}}</div>' +
|
||||
'<button class="button" ng-click="buttonClicked($index)" ng-repeat="button in buttons">{{button.text}}</button>' +
|
||||
|
||||
Reference in New Issue
Block a user