$loader

Loads an external script or stylesheet from an url.

WARNING: Loading external scripts may cause your app to be rejected from the app store. Any scripts or libraries should be uploaded directly as a standalone file (you can select multiple files when uploading your app). Please read the app store guidelines for more information.

$loader.script

Loads an external script from an url.

$loader.script(path)

Parameter Type Description
path String The url to the script that should be loaded

$loader.css

Loads an external stylesheet from an url.

$loader.css(path)

Parameter Type Description
path String The url to the stylesheet that should be loaded