Skip to content

Commit

Permalink
Update step-7-delete-12a0d1e.md
Browse files Browse the repository at this point in the history
  • Loading branch information
bizhuka authored Oct 20, 2023
1 parent ad89953 commit 5150cc7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/03_Get-Started/step-7-delete-12a0d1e.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"),
Expand Down

0 comments on commit 5150cc7

Please sign in to comment.