mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +00:00
9 lines
190 B
Text
9 lines
190 B
Text
|
|
window.onload = function(){
|
|
try {
|
|
if (previousOnLoad) previousOnLoad();
|
|
} catch(e) {}
|
|
angularInit(angularJsConfig(document));
|
|
};
|
|
|
|
})(window, document, window.onload);
|