flowaaa 9 ماه پیش
والد
کامیت
0dff2857e9
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      app-angular/src/modules/lesson/contact-list/contact-list.component.ts

+ 1 - 0
app-angular/src/modules/lesson/contact-list/contact-list.component.ts

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