Changed auto focus input field to false

This commit is contained in:
Max Lynch
2013-12-01 11:36:21 -06:00
parent 7ad48c7d3e
commit fbda047c1d
2 changed files with 2 additions and 2 deletions

2
dist/js/ionic.js vendored
View File

@@ -3494,7 +3494,7 @@ window.ionic = {
ionic.views.Modal = ionic.views.View.inherit({
initialize: function(opts) {
opts = ionic.extend({
focusFirstInput: true,
focusFirstInput: false,
unfocusOnHide: true
}, opts);

View File

@@ -4,7 +4,7 @@
ionic.views.Modal = ionic.views.View.inherit({
initialize: function(opts) {
opts = ionic.extend({
focusFirstInput: true,
focusFirstInput: false,
unfocusOnHide: true
}, opts);