support timeline
This commit is contained in:
parent
26f4f42ec3
commit
f44d8a6e77
5 changed files with 90 additions and 32 deletions
|
|
@ -32,9 +32,9 @@ angular.module('copayApp.services').service('popupService', function($log, $ioni
|
|||
opts = opts || {};
|
||||
$ionicPopup.prompt({
|
||||
title: title,
|
||||
subTitle: message || ' ',
|
||||
inputType: opts.inputType || 'text',
|
||||
inputPlaceholder: opts.inputPlaceholder || '',
|
||||
subTitle: message,
|
||||
inputType: opts.inputType,
|
||||
inputPlaceholder: opts.inputPlaceholder,
|
||||
defaultText: opts.defaultText
|
||||
}).then(function(res) {
|
||||
return cb(res)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue