Skip to content

Commit b57bd4a

Browse files
committed
fix(init): use jQuery#ready for init if available
Closes angular#818
1 parent 5390fb3 commit b57bd4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/angular.suffix

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
publishExternalAPI(angular);
66

7-
JQLite(document).ready(function() {
7+
jqLite(document).ready(function() {
88
angularInit(document, bootstrap);
99
});
1010

0 commit comments

Comments
 (0)