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) {