summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-10-28 17:36:51 +0200
committerJohn Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>2017-11-21 15:55:04 +0100
commit2e7c08420e11c0cbd2991c6ec6a15953bc36cd21 (patch)
treeea7287315d0d2daa7d15b9954c608ffdd10f1342 /templates
parent3798345fc5b478166f88f96583ce290f35d67c90 (diff)
Removed unwanted files
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'templates')
-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>