angular.js/src/angular.suffix

13 lines
318 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);
var config = angularJsConfig(document);
jqLiteWrap(document).ready(function() {
angularInit(config, document);
});
})(window, document);