fix(init): use jQuery#ready for init if available

Closes #818
This commit is contained in:
Igor Minar 2012-03-23 15:00:22 -07:00
parent 73c8593077
commit cb2ad9abf2

View file

@ -4,7 +4,7 @@
publishExternalAPI(angular);
JQLite(document).ready(function() {
jqLite(document).ready(function() {
angularInit(document, bootstrap);
});