mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-20 04:11:51 +00:00
fix(docs): broken url to angular-bootstrap
This commit is contained in:
parent
f353fea042
commit
99a000bac2
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
||||||
name = 'http://code.angularjs.org/' +
|
name = 'http://code.angularjs.org/' +
|
||||||
angularVersion.stable +
|
angularVersion.stable +
|
||||||
'/' +
|
'/' +
|
||||||
name.replace(/\.js$/, '-' + angularVersion.stable +'.min.js');
|
name.replace(/\.js$/, '.min.js');
|
||||||
}
|
}
|
||||||
return name;
|
return name;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue