Skip to content

Instantly share code, notes, and snippets.

@krasnobaev
Created October 23, 2015 13:42
Show Gist options
  • Save krasnobaev/05703c39d85df6a9d11a to your computer and use it in GitHub Desktop.
Save krasnobaev/05703c39d85df6a9d11a to your computer and use it in GitHub Desktop.
// Where you create your model
var oModel = new CustomModel();
sap.ui.getCore().setModel(oModel);
// To access the model from anywhere
var oModel = sap.ui.getCore().getModel();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment