Hi Jamie,
first thank you for the original Post i am referring too. It's always helpful when somebody translates the cryptic documentation into readable explanations.
Sorry there was a typo in the original post. I wanted to write I'm using the WebIDE for development.
Here is my neo-app.json file.
I am following the official SAPui5 walkthrough so the file has a few views. I want to show the user details in a view called InvoiceList.
I create the userModel in the onInit fuction of the constructor:
In the view i pasted the code you provided into the view.
Running the code i see this:
On the bottom are the added Labels like "User Name" and "Email" but since the UserModel doesn't have any data like shown in my first post the Text fields are empty.
Do i have to do a step before adding the path to the neo-app.json?