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

Commit

Permalink
fix(init): use jQuery#ready for init if available
Browse files Browse the repository at this point in the history
Closes #818
  • Loading branch information
IgorMinar committed Mar 23, 2012
1 parent 73c8593 commit cb2ad9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/angular.suffix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

publishExternalAPI(angular);

JQLite(document).ready(function() {
jqLite(document).ready(function() {
angularInit(document, bootstrap);
});

Expand Down

0 comments on commit cb2ad9a

Please sign in to comment.