ui5-typescript-helloworld icon indicating copy to clipboard operation
ui5-typescript-helloworld copied to clipboard

Incorrect html sample in step-by-step guide

Open Roman-Solo opened this issue 1 year ago • 0 comments

Your sample for test.html in the file step-by-step.md doesn't work as expected if I follow all the steps and open the app on Edge. The button doesn't appear. The reason is that <script> tags should be switched places - the one that contains onInit function should be first, before the other one that has data-sap-ui-on-init property.

Roman-Solo avatar Nov 15 '24 10:11 Roman-Solo