angular.js/src/angular.suffix
2012-01-10 22:27:00 -08:00

11 lines
278 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);
jqLiteWrap(document).ready(function() {
angularInit(document, bootstrap);
});
})(window, document);