Skip to content

Instantly share code, notes, and snippets.

@watzon
Created October 29, 2016 18:58
Show Gist options
  • Save watzon/0f0e5e98c4eadc08eb4949db0284e5fe to your computer and use it in GitHub Desktop.
Save watzon/0f0e5e98c4eadc08eb4949db0284e5fe to your computer and use it in GitHub Desktop.
Snippet for article on Medium
global class AngularAppController {
@RemoteAction
WebService static List<sObject> executeQuery(String query) {
return Database.query(query);
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment