(js) Autofocus input field of prompt dialog

pull/186/head
Francis Lachapelle 2015-12-14 11:30:27 -05:00
parent 6dd5210cbf
commit 38fecebafd
1 changed files with 1 additions and 1 deletions

View File

@ -64,7 +64,7 @@
' <label>' + label + '</label>',
' <input type="' + (o.inputType || 'text') + '"',
' aria-label="' + title + '"',
' ng-model="name" required="required"/>',
' ng-model="name" md-autofocus="true" required="required"/>',
' </md-input-container>',
' </md-dialog-content>',
' <md-dialog-actions>',