diff --git a/docs/03_Get-Started/step-7-delete-12a0d1e.md b/docs/03_Get-Started/step-7-delete-12a0d1e.md index 5f47042a..0aaf7ad5 100644 --- a/docs/03_Get-Started/step-7-delete-12a0d1e.md +++ b/docs/03_Get-Started/step-7-delete-12a0d1e.md @@ -34,6 +34,14 @@ You can view and download all files at [OData V4 - Step 7](https://ui5.sap.com/# ... onInit: function () { ... + + oViewModel = new JSONModel({ + busy : false, + hasUIChanges : false, + usernameEmpty : false, + order : 0 + }); + ... }, onCreate : function () { var oList = this.byId("peopleList"),