craustin / triply

Trip Planning Toolkit
http://desolate-thicket-4407.herokuapp.com/#/
3 stars 0 forks source link

Controller code shouldn't have to wait for promises to resolve #17

Open ESRogs opened 10 years ago

ESRogs commented 10 years ago

If we write our controller code and templates in such a way that they handle empty data (e.g. by showing loading messages or spinners), then we shouldn't have to wait for all the promises to resolve before we do any rendering.