I want to load the data from a REST service before showing the page, but I can't figure out how to do this? Right now, the page loads and shows with an empty form (the first time) or the data from the last time it showed. A moment later, the new data is loaded. This looks ugly.
How can I fix this?