(js) Fix stalled progress indicator in Contacts

This commit is contained in:
Francis Lachapelle 2016-03-04 10:59:03 -05:00
parent b808067cf7
commit aedb66f972

View file

@ -222,7 +222,6 @@
// Array of cards for "dry" searches (see $filter) // Array of cards for "dry" searches (see $filter)
this.$$cards = []; this.$$cards = [];
} }
this.$isLoading = true;
this.idsMap = {}; this.idsMap = {};
this.$cards = []; // TODO Keep the "selected" state of cards this.$cards = []; // TODO Keep the "selected" state of cards
// Extend instance with all attributes of data except headers // Extend instance with all attributes of data except headers