Skip to content

Instantly share code, notes, and snippets.

@kiran-machhewar
Created October 9, 2016 15:37
Show Gist options
  • Save kiran-machhewar/67bf1857ffd80e3264f9e1a60fdbf636 to your computer and use it in GitHub Desktop.
Save kiran-machhewar/67bf1857ffd80e3264f9e1a60fdbf636 to your computer and use it in GitHub Desktop.
public with sharing class LightningOutExampleController {
@AuraEnabled
public static List<Contact> getContacts(){
return [SELECT Id, Name From Contact ];
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment