Skip to content

Commit

Permalink
Added everything for Step 1: No Data Binding
Browse files Browse the repository at this point in the history
  • Loading branch information
wridgeu committed May 19, 2020
1 parent 4f60514 commit 3e3bee0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webapp/view/Home.view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
xmlns="sap.m"
xmlns:mvc="sap.ui.core.mvc">
<Page titleAlignment="Center" title="{i18n>title}">
<content></content>
<content>
<Text text="Hi, my name is Marco" ></Text>
</content>
</Page>
</mvc:View>

0 comments on commit 3e3bee0

Please sign in to comment.