Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit cb2ad9a

Browse files
committed
fix(init): use jQuery#ready for init if available
Closes #818
1 parent 73c8593 commit cb2ad9a

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)