summaryrefslogtreecommitdiffstats
path: root/templates/contactList.html.orig
diff options
context:
space:
mode:
Diffstat (limited to 'templates/contactList.html.orig')
-rw-r--r--templates/contactList.html.orig18
1 files changed, 0 insertions, 18 deletions
diff --git a/templates/contactList.html.orig b/templates/contactList.html.orig
deleted file mode 100644
index f9b4d00d..00000000
--- a/templates/contactList.html.orig
+++ /dev/null
@@ -1,18 +0,0 @@
-<div class="contacts-list" ng-class="{loading: ctrl.loading, 'mobile-show': ctrl.show}">
- <div class="app-content-list-item"
-<<<<<<< HEAD
- ng-repeat="contact in ctrl.filteredContacts = (ctrl.contactList | contactGroupFilter:ctrl.routeParams.gid | localeOrderBy:ctrl.sortBy | filter:query | limitTo:ctrl.limitTo ) as filtered track by contact.uid()"
-=======
- ng-repeat="contact in ctrl.filteredContacts = (ctrl.contactList | filter:{'data':{'addressBook':{'enabled': true}}} | contactGroupFilter:ctrl.routeParams.gid | localeOrderBy:ctrl.sortBy | filter:query | limitTo:ctrl.limitTo) as filtered track by contact.uid()"
->>>>>>> Filter out disabled ab
- contact data="contact"
- ng-click="setSelected(contact.uid())"
- ng-class="{active: contact.uid() === ctrl.getSelectedId()}">
- </div>
- <div ng-show="!ctrl.filteredContacts.length && !ctrl.loading && ctrl.searchTerm !== ''">
- <div id="emptycontent" class="emptycontent-search">
- <div class="icon-search"></div>
- <h2>{{ctrl.t.emptySearch}}</h2>
- </div>
- </div>
-</div>