mirror of
https://github.com/richard-loafle/fuse-angular.git
synced 2025-01-10 12:35:07 +00:00
Merge branch 'master' of https://github.com/withinpixels/fuse2
This commit is contained in:
commit
5574e3f729
|
@ -21,7 +21,7 @@ export class FuseNgxDatatableComponent implements OnInit
|
||||||
{
|
{
|
||||||
this.http.get('api/contacts-contacts')
|
this.http.get('api/contacts-contacts')
|
||||||
.subscribe((contacts: any) => {
|
.subscribe((contacts: any) => {
|
||||||
this.rows = contacts.data;
|
this.rows = contacts;
|
||||||
this.loadingIndicator = false;
|
this.loadingIndicator = false;
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user