fixed modals to use new endpoint and scrapped old pages
This commit is contained in:
parent
f261fce7f5
commit
fdd14c2fae
11 changed files with 51 additions and 159 deletions
|
@ -52,7 +52,7 @@ export class MapComponent implements OnInit {
|
|||
this.markers = result.suppliers;
|
||||
},
|
||||
error => {
|
||||
// this.dataReceived = 'no';
|
||||
this.dataReceived = 'no';
|
||||
console.log('Retrieval Error');
|
||||
console.log( error._body );
|
||||
}
|
||||
|
|
Reference in a new issue