mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-03 09:05:37 +08:00
10 lines
190 B
Plaintext
10 lines
190 B
Plaintext
|
|
window.onload = function(){
|
|
try {
|
|
if (previousOnLoad) previousOnLoad();
|
|
} catch(e) {}
|
|
angularInit(angularJsConfig(document));
|
|
};
|
|
|
|
})(window, document, window.onload);
|