From 16e1fe63c6b952133af88ba5ab1ea2e7342f80db Mon Sep 17 00:00:00 2001 From: wufeng87 <63528605@qq.com> Date: Fri, 6 Feb 2015 10:24:55 +0800 Subject: [PATCH] Update index.html --- web_deploy/docs/index.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/web_deploy/docs/index.html b/web_deploy/docs/index.html index ecb97e0..ca8923a 100755 --- a/web_deploy/docs/index.html +++ b/web_deploy/docs/index.html @@ -65,7 +65,9 @@ function path(name) { if (production) { if (name.match(/^angular(-\w+)?\.js/) && !name.match(/bootstrap/)) { - name = '//ajax.googleapis.com/ajax/libs/angularjs/' + + // google的CDN访问不了,换一个CDN + //name = '//ajax.googleapis.com/ajax/libs/angularjs/' + + name = '//cdn.bootcss.com/angular.js/' + angularVersion.cdn + '/' + name.replace(/\.js$/, '.min.js');