mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-05 08:59:35 +08:00
doc widgets examples should display angular src as CAO instead of DAO
This commit is contained in:
@@ -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');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user