|
@@ -21,6 +21,7 @@ export class ContactListPage implements OnInit {
|
|
if (this.searchName) {
|
|
if (this.searchName) {
|
|
query.contains('name', this.searchName);
|
|
query.contains('name', this.searchName);
|
|
}
|
|
}
|
|
|
|
+ //
|
|
query.find().then((results) => {
|
|
query.find().then((results) => {
|
|
this.contactList = results;
|
|
this.contactList = results;
|
|
this.contactList.forEach((contact,index)=>{
|
|
this.contactList.forEach((contact,index)=>{
|