mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
doc widgets examples should display angular src as CAO instead of DAO
This commit is contained in:
parent
3bd96609e9
commit
72e554ffeb
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
|||
for(var j = 0; j < scripts.length; j++) {
|
||||
var src = scripts[j].src;
|
||||
if (src && src.match(filename)) {
|
||||
angularJsUrl = src;
|
||||
angularJsUrl = src.replace('docs.angularjs.org', 'code.angularjs.org');
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue