Skip to content

Instantly share code, notes, and snippets.

/**
* This module is a variant which supports document.write. If you need document.write use this instead
* Author: Deepak Subramanian @subudeepak(https://github.com/subudeepak)
* Updated by: butaixianran @ https://gist.github.com/butaixianran/812feaf2cacdb704930a
* Distributed under MIT License
*/
/*global angular */
(function (ng) {
'use strict';
var app = ng.module('ngLoadScript', []);