mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Better focus delay for modals
This commit is contained in:
@@ -81,7 +81,8 @@
|
||||
$ionicModal.fromTemplateUrl('modal.html', function(modal) {
|
||||
$scope.modal = modal;
|
||||
}, {
|
||||
animation: 'slide-in-up'
|
||||
animation: 'slide-in-up',
|
||||
focusFirstInput: true
|
||||
});
|
||||
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user