summaryrefslogtreecommitdiffstats
path: root/js/services/vCardProperties.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/services/vCardProperties.js')
-rw-r--r--js/services/vCardProperties.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/services/vCardProperties.js b/js/services/vCardProperties.js
index 11e9c145..4da3fc35 100644
--- a/js/services/vCardProperties.js
+++ b/js/services/vCardProperties.js
@@ -77,7 +77,7 @@ angular.module('contactsApp')
email: {
multiple: true,
readableName: t('contacts', 'Email'),
- template: 'text',
+ template: 'email',
defaultValue: {
value:'',
meta:{type:['HOME']}
@@ -107,7 +107,7 @@ angular.module('contactsApp')
readableName: t('contacts', 'Phone'),
template: 'tel',
defaultValue: {
- value:[''],
+ value:'',
meta:{type:['HOME,VOICE']}
},
options: [