瀏覽代碼

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…
取消
儲存