doc widgets examples should display angular src as CAO instead of DAO

This commit is contained in:
Igor Minar 2011-01-18 14:15:53 -08:00
parent 3bd96609e9
commit 72e554ffeb

View file

@ -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');
}
}