Hello, experts!
Our application uses Oracle jet. And data we receive by rest service with some delay.
And i have a question.
How can i set right label when the data is not received.
For example, i want to receive text something like, "please wait" from the beginning.
And if rest will return empty array, the label should be something "No data to display".
I wrote a simple example.
Please recommend solution.
Thanks


My codes:
https://github.com/marley-js/oracle-jet-question-about-label/blob/master/public/js/views/dashboard.html
https://github.com/marley-js/oracle-jet-question-about-label/blob/master/public/js/viewModels/dashboard.js