We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99ee6f2 commit cc604b6Copy full SHA for cc604b6
src/angular-bootstrap.js
@@ -76,7 +76,7 @@
76
77
// load the js scripts
78
for (i in Array.prototype.slice.call(arguments, 0)) {
79
- file = arguments[i];
+ var file = arguments[i];
80
document.write('<script type="text/javascript" src="' + serverPath + file + '" ' +
81
'onload="angularClobberTest(\'' + file + '\')"></script>');
82
}
0 commit comments