mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-06-18 03:58:15 +08:00
fix(bootstrap): missing var failed strict mode boot
This commit is contained in:
2
src/angular-bootstrap.js
vendored
2
src/angular-bootstrap.js
vendored
@@ -76,7 +76,7 @@
|
||||
|
||||
// load the js scripts
|
||||
for (i in Array.prototype.slice.call(arguments, 0)) {
|
||||
file = arguments[i];
|
||||
var file = arguments[i];
|
||||
document.write('<script type="text/javascript" src="' + serverPath + file + '" ' +
|
||||
'onload="angularClobberTest(\'' + file + '\')"></script>');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user