fixed modals to use new endpoint and scrapped old pages

This commit is contained in:
piratefinn 2017-11-23 17:16:46 +00:00
parent f261fce7f5
commit fdd14c2fae
11 changed files with 51 additions and 159 deletions

View file

@ -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 );
}