Skip to content

Instantly share code, notes, and snippets.

@jaydata
Created September 26, 2016 08:23
Show Gist options
  • Save jaydata/699879a3ca457cf679e62e73b24230e8 to your computer and use it in GitHub Desktop.
Save jaydata/699879a3ca457cf679e62e73b24230e8 to your computer and use it in GitHub Desktop.
var oProviderConfig = {
name: 'oData',
oDataServiceHost: 'http://localhost:3000/odata'
};
var NorthwindContext = $data('JayStack.NorthwindContext');
var northwind = new NorthwindContext(oProviderConfig);
northwind.onReady(function () {
// work with your data
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment