summaryrefslogtreecommitdiffstats
path: root/templates/contactDetails.html
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <hey@jancborchardt.net>2016-03-08 14:04:44 +0100
committerThomas Müller <thomas.mueller@tmit.eu>2016-03-08 15:30:52 +0100
commitac9cec0f82142f851932b8fa176899d139507cbe (patch)
treeb5406938c81fbab1d5d33b17750db4a5f6fb6bb6 /templates/contactDetails.html
parent7edd6d1792c846319c86028ecee101d4535c4fd9 (diff)
fix styling
Diffstat (limited to 'templates/contactDetails.html')
-rw-r--r--templates/contactDetails.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/contactDetails.html b/templates/contactDetails.html
index 146f7d4d..fbae3344 100644
--- a/templates/contactDetails.html
+++ b/templates/contactDetails.html
@@ -11,13 +11,13 @@
<input type="text" id="details-fullName" class="contactdetails__name" placeholder="{{ctrl.t.placeholderName}}" autocomplete="off"
name="email" ng-model="ctrl.contact.fullName" ng-model-options="{ getterSetter: true, debounce: 500 }" ng-change="ctrl.updateContact()" value="" />
</h2>
- <button ng-click="ctrl.deleteContact()" class="icon-delete-white" title="Delete"></button>
<div>
<input type="text" id="details-org" class="contactdetails__org" placeholder="{{ctrl.t.placeholderOrg}}" autocomplete="off"
name="email" ng-model="ctrl.contact.org" ng-model-options="{ getterSetter: true, debounce: 500 }" ng-change="ctrl.updateContact()" value="" />
<input type="text" id="details-title" class="contactdetails__title" placeholder="{{ctrl.t.placeholderTitle}}" autocomplete="off"
name="email" ng-model="ctrl.contact.title" ng-model-options="{ getterSetter: true, debounce: 500 }" ng-change="ctrl.updateContact()" value="" />
</div>
+ <button ng-click="ctrl.deleteContact()" class="icon-delete-white" title="Delete"></button>
</header>
<section>
<div ng-repeat="prop in ctrl.contact.props | toArray | orderDetailItems:'$key'">