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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/angular.suffix

Lines changed: 1 addition & 1 deletion
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)