From 6975026f0c98bcd29257956af3d2ad4e96682631 Mon Sep 17 00:00:00 2001 From: Zhicheng Wang Date: Thu, 7 Jul 2016 08:33:14 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=AE=E8=B0=83=EF=BC=8C=E6=94=B9=E7=95=8C?= =?UTF-8?q?=E9=9D=A2=E6=96=87=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/resources/js/directives/live-example.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/resources/js/directives/live-example.js b/public/resources/js/directives/live-example.js index 44193b6aea..b0dabaf97a 100644 --- a/public/resources/js/directives/live-example.js +++ b/public/resources/js/directives/live-example.js @@ -39,7 +39,7 @@ angularIO.directive('liveExample', ['$location', function ($location) { // The hosted example and sources are in different locations for Dart. // Also show link to sources for Dart, unless noSource is specified. if (isForDart && !attrs.hasOwnProperty('nosource')) { - var srcText = attrs.srcText || 'view source'; + var srcText = attrs.srcText || '查看源码'; var srcHref = 'http://github.com/angular-examples/' + ex; template = span(template + ' (' + a(srcText, { href: srcHref, target: '_blank' }) + ')'); }