Skip to content

Instantly share code, notes, and snippets.

@jaydata
Created July 10, 2013 12:01
Show Gist options
  • Save jaydata/5965715 to your computer and use it in GitHub Desktop.
Save jaydata/5965715 to your computer and use it in GitHub Desktop.
$data.initService('http://yourhost/yourODataService')
.then(function (context) {
// manage your data through context with JSLQ
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment