Skip to content

Instantly share code, notes, and snippets.

@arutnik
Last active October 29, 2017 17:29
Show Gist options
  • Save arutnik/37a1e8a11674526d73d4a03e90939137 to your computer and use it in GitHub Desktop.
Save arutnik/37a1e8a11674526d73d4a03e90939137 to your computer and use it in GitHub Desktop.
SFA Part 3 : Basic Controller
public class sftestcontroller {
@RemoteAction
public static string helloAngular(string name) {
return 'User ' + UserInfo.getUserId() + ' says hello ' + name;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment