(feat) save/restore sorting state for address books

The initial loading doesn't work yet. Will work on this later.
This commit is contained in:
Ludovic Marcotte
2015-08-14 15:22:59 -04:00
parent ffa4079fa8
commit 93fa74d279
3 changed files with 91 additions and 83 deletions

View File

@@ -115,7 +115,7 @@
}
function sortedBy(field) {
return vm.selectedFolder.$query.sort == field;
return AddressBook.$query.sort == field;
}
function cancelSearch() {