fix autofocus
This commit is contained in:
parent
f307714a52
commit
b988f0504c
1 changed files with 2 additions and 2 deletions
|
|
@ -34,7 +34,7 @@ angular.module('copayApp.services').service('popupService', function($log, $ioni
|
||||||
$ionicPopup.prompt({
|
$ionicPopup.prompt({
|
||||||
title: title,
|
title: title,
|
||||||
subTitle: message,
|
subTitle: message,
|
||||||
inputType: opts.inputType,
|
template: '<input ng-model="data.response" type="' + opts.inputType + '" autofocus>',
|
||||||
inputPlaceholder: opts.inputPlaceholder,
|
inputPlaceholder: opts.inputPlaceholder,
|
||||||
defaultText: opts.defaultText
|
defaultText: opts.defaultText
|
||||||
}).then(function(res) {
|
}).then(function(res) {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue