mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-03 09:05:37 +08:00
7 lines
126 B
Plaintext
7 lines
126 B
Plaintext
|
|
jqLiteWrap(document).ready(function() {
|
|
angularInit(angularJsConfig(document), document);
|
|
});
|
|
|
|
})(window, document);
|