cancel
Showing results for 
Search instead for 
Did you mean: 

sap-ui-core.js:144 Uncaught Error: Controller couldn't be instantiated

This is my controller file...

My view file

The logs are as below

View Entire Topic
boghyon
Product and Topic Expert
Product and Topic Expert

There is a "t" missing in

.extend("sap.ui.demo.conroller.Demo", {/*...*/});

So the name should be

"sap.ui.demo.controller.Demo"