Better focus delay for modals

This commit is contained in:
Max Lynch
2014-01-30 13:50:34 -06:00
parent bc297ed49c
commit 41fc43675c
7 changed files with 38 additions and 18 deletions

View File

@@ -81,7 +81,8 @@
$ionicModal.fromTemplateUrl('modal.html', function(modal) {
$scope.modal = modal;
}, {
animation: 'slide-in-up'
animation: 'slide-in-up',
focusFirstInput: true
});
})