From aedb66f9726af469d83b65d90a3b7e2bb95a1ee0 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Fri, 4 Mar 2016 10:59:03 -0500 Subject: [PATCH] (js) Fix stalled progress indicator in Contacts --- UI/WebServerResources/js/Contacts/AddressBook.service.js | 1 - 1 file changed, 1 deletion(-) diff --git a/UI/WebServerResources/js/Contacts/AddressBook.service.js b/UI/WebServerResources/js/Contacts/AddressBook.service.js index af4d56e25..18c011f0d 100644 --- a/UI/WebServerResources/js/Contacts/AddressBook.service.js +++ b/UI/WebServerResources/js/Contacts/AddressBook.service.js @@ -222,7 +222,6 @@ // Array of cards for "dry" searches (see $filter) this.$$cards = []; } - this.$isLoading = true; this.idsMap = {}; this.$cards = []; // TODO Keep the "selected" state of cards // Extend instance with all attributes of data except headers