From 103af96ac2876e4bdce63fcbd15553ee669c4dc1 Mon Sep 17 00:00:00 2001 From: txz Date: Mon, 23 May 2016 10:26:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=BF=E6=8D=A2=E5=8A=A0=E8=BD=BD=E4=B8=ADgi?= =?UTF-8?q?f=E5=9B=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/javascripts/wechat/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/javascripts/wechat/app.js b/public/javascripts/wechat/app.js index 447365c35..7737a46dc 100644 --- a/public/javascripts/wechat/app.js +++ b/public/javascripts/wechat/app.js @@ -406,7 +406,7 @@ app.directive('loadingSpinner', function ($http) { return { restrict: 'A', replace: true, - template: '
加载中...
', + template: '
加载中...
', link: function (scope, element, attrs) { scope.$watch('activeCalls', function (newVal, oldVal) {