We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 632fa30 commit 7c60e19Copy full SHA for 7c60e19
src/angular.bind.js
@@ -1,6 +1,8 @@
1
if (window.angular.bootstrap) {
2
//AngularJS is already loaded, so we can return here...
3
- console.log('WARNING: Tried to load angular more than once.');
+ if (window.console) {
4
+ console.log('WARNING: Tried to load angular more than once.');
5
+ }
6
return;
7
}
8
0 commit comments