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