mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 15:40:22 +00:00
fix(docs): broken url to angular-bootstrap
This commit is contained in:
parent
18731173f9
commit
278bfc4bb2
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@
|
|||
name = 'http://code.angularjs.org/' +
|
||||
angularVersion.stable +
|
||||
'/' +
|
||||
name.replace(/\.js$/, '-' + angularVersion.stable +'.min.js');
|
||||
name.replace(/\.js$/, '.min.js');
|
||||
}
|
||||
return name;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue