Can anyone tell me how I can use:
ExecuteOrDelayUntilScriptLoaded(myFunction, "sp.js");
in my Client Web Part pages (App Parts)?
In my standard pages it loads fine but when I try use this function in an app part page I keep getting an undefined error:
What resource/script do I need to load on the page to get this function to work?
