소스 검색

fixed lubusy

tags/0.1.0
Robin Thoni 8 년 전
부모
커밋
0e91c96277
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1
    1
      src/lubusy.js

+ 1
- 1
src/lubusy.js 파일 보기

@@ -94,7 +94,7 @@ angular.module('luticateUtils')
94 94
                     });
95 95
                 }
96 96
                 addTemplate(options.templateLoader, 'loaderSplashIsActive()');
97
-                //addTemplate(options.templateError, 'errorSplashIsActive()');
97
+                addTemplate(options.templateError, 'errorSplashIsActive()');
98 98
             }
99 99
         };
100 100
     }

Loading…
취소
저장