替换加载中gif图
This commit is contained in:
parent
d329b60a8a
commit
103af96ac2
|
@ -406,7 +406,7 @@ app.directive('loadingSpinner', function ($http) {
|
||||||
return {
|
return {
|
||||||
restrict: 'A',
|
restrict: 'A',
|
||||||
replace: true,
|
replace: true,
|
||||||
template: '<div class="loading-bg"><div class="loading-box"><img src="/images/wechat/loading.gif" alt=""/><span>加载中...</span></div></div>',
|
template: '<div class="loading-bg"><div class="loading-box"><img src="/images/loading.gif" alt=""/><span>加载中...</span></div></div>',
|
||||||
link: function (scope, element, attrs) {
|
link: function (scope, element, attrs) {
|
||||||
|
|
||||||
scope.$watch('activeCalls', function (newVal, oldVal) {
|
scope.$watch('activeCalls', function (newVal, oldVal) {
|
||||||
|
|
Loading…
Reference in New Issue