I have added a named model in Component.js. I can access model with its name from any view but I want to access this model from one of the controllers which is not working for me.
sap.ui.core.getModel("modelName")
is not working and sap.ui.getCore().getModel("modelName")
is also not working.
How to refer its containing Component and a named model from a controller?