We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fced1c0 commit 00b2403Copy full SHA for 00b2403
src/angular.suffix
@@ -1,5 +1,10 @@
1
//try to bind to jquery now so that one can write angular.element().read()
2
//but we will rebind on bootstrap again.
3
+ if (window.angular.bootstrap) {
4
+ //already bootstrapped, so we can return here...
5
+ return;
6
+ }
7
+
8
bindJQuery();
9
10
publishExternalAPI(angular);
0 commit comments