summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2016-08-05 18:41:19 +0200
committerAlexander Weidinger <alexwegoo@gmail.com>2016-09-01 13:56:14 +0200
commit822f495a3e530c943494212694620db820735eff (patch)
tree91cabb5a017d36266b8df75ff6b03839566ebd35 /templates
parent8cf347f64101bc8760bc0226e9fa2062fa01cadc (diff)
small ui fixes
Diffstat (limited to 'templates')
-rw-r--r--templates/detailItems/tel.html8
1 files changed, 3 insertions, 5 deletions
diff --git a/templates/detailItems/tel.html b/templates/detailItems/tel.html
index 39e88530..e294c6cd 100644
--- a/templates/detailItems/tel.html
+++ b/templates/detailItems/tel.html
@@ -1,8 +1,6 @@
-<label for="details-{{ctrl.name}}">
- <select ng-model="ctrl.type" ng-model-options="{ debounce: 500 }" ng-change="ctrl.changeType(ctrl.type)">
- <option ng-repeat="option in ctrl.availableOptions" value="{{option.id}}">{{option.name}}</option>
- </select>
-</label>
+<select ng-model="ctrl.type" ng-model-options="{ debounce: 500 }" ng-change="ctrl.changeType(ctrl.type)">
+ <option ng-repeat="option in ctrl.availableOptions" value="{{option.id}}">{{option.name}}</option>
+</select>
<input type="tel" id="details-{{ctrl.name}}" name="phone"
ng-model="ctrl.data.value" tel-model ng-model-options="{ debounce: 500 }"
ng-change="ctrl.model.updateContact()" value=""