angular.js/src/angular.suffix

12 lines
274 B
Text
Raw Normal View History

//try to bind to jquery now so that one can write angular.element().read()
//but we will rebind on bootstrap again.
bindJQuery();
publishExternalAPI(angular);
2010-04-07 17:17:15 +00:00
JQLite(document).ready(function() {
2012-01-07 02:10:47 +00:00
angularInit(document, bootstrap);
});
2010-04-07 17:17:15 +00:00
})(window, document);