mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +00:00
11 lines
274 B
Text
11 lines
274 B
Text
//try to bind to jquery now so that one can write angular.element().read()
|
|
//but we will rebind on bootstrap again.
|
|
bindJQuery();
|
|
|
|
publishExternalAPI(angular);
|
|
|
|
jqLite(document).ready(function() {
|
|
angularInit(document, bootstrap);
|
|
});
|
|
|
|
})(window, document);
|