Skip to content

Instantly share code, notes, and snippets.

@ericeijkelenboom
Last active December 16, 2015 12:49
Show Gist options
  • Save ericeijkelenboom/5437466 to your computer and use it in GitHub Desktop.
Save ericeijkelenboom/5437466 to your computer and use it in GitHub Desktop.
function getCampaigns() {
var query = breeze.EntityQuery.from(...)
.orderBy(...);
return mgr...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment