Skip to content

Instantly share code, notes, and snippets.

@veeranjik
Last active May 5, 2018 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save veeranjik/a51c2217d9590dac9f64a39773115d18 to your computer and use it in GitHub Desktop.
Save veeranjik/a51c2217d9590dac9f64a39773115d18 to your computer and use it in GitHub Desktop.
({
jsLoaded : function(component, event, helper) {
var prpList=component.get("v.Resources");
if(!prpList.length)
{
helper.getReasource(component, event);
}
},
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment