summaryrefslogtreecommitdiffstats
path: root/templates/contactList.html
diff options
context:
space:
mode:
authorThomas Müller <DeepDiver1975@users.noreply.github.com>2016-08-22 22:09:24 +0200
committerGitHub <noreply@github.com>2016-08-22 22:09:24 +0200
commit4bd9608d8ef5093c80fa0a8f59d2a9058049ab17 (patch)
treefba11d8f3018abe02a642dfffff5ae7d9c175225 /templates/contactList.html
parent7d43efebfb79a1cb62283b7b14703304a8981e59 (diff)
Move button to the side bar - fixes #483 (#493)
Diffstat (limited to 'templates/contactList.html')
-rw-r--r--templates/contactList.html2
1 files changed, 0 insertions, 2 deletions
diff --git a/templates/contactList.html b/templates/contactList.html
index fc91f156..a1a99ae3 100644
--- a/templates/contactList.html
+++ b/templates/contactList.html
@@ -1,6 +1,4 @@
<div style="height: 90%" class="contacts-list" ng-class="{loading: ctrl.loading, 'mobile-show': ctrl.show}">
- <button ng-show="!ctrl.loading && !ctrl.invalid" class="app-content-list-button" id="new-contact-button"
- type="button" name="button" ng-click="ctrl.createContact()">{{ctrl.t.addContact}}</button>
<div class="app-content-list-item"
ng-repeat="contact in ctrl.contactList = (ctrl.contacts | contactGroupFilter:ctrl.routeParams.gid | localeOrderBy:'displayName' | filter:query) as filtered track by contact.uid()"
contact data="contact"