zywh / mapleapp

MapleCity App Ionic2 and Angular2
4 stars 0 forks source link

Mapleconf Service should load before homepage #8

Closed zywh closed 8 years ago

zywh commented 8 years ago

JSON config should be loaded before first RESTfull call from homepage. It contains variable for RESTful URL

zywh commented 8 years ago

Async issue. Use promise return and .then for callback

this.mapleconf.load().then(data => { console.log(data.projectRest); //this.getProjects('index.php?r=ngget/getProjects'); this.getProjects(data.projectRest); })