angular.js/src/angular.suffix
2012-03-23 15:41:37 -07:00

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);