add warning text on spending password prompt request
This commit is contained in:
parent
763ac28007
commit
b2bdb93f5b
3 changed files with 14 additions and 4 deletions
|
|
@ -34,6 +34,7 @@ angular.module('copayApp.services').service('popupService', function($log, $ioni
|
|||
$ionicPopup.prompt({
|
||||
title: title,
|
||||
subTitle: message,
|
||||
cssClass: opts.class,
|
||||
template: '<input ng-model="data.response" type="' + opts.inputType + '" autofocus>',
|
||||
inputPlaceholder: opts.inputPlaceholder,
|
||||
defaultText: opts.defaultText
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue