Browse Source

fixed lubusy

tags/0.1.0
Robin Thoni 8 years ago
parent
commit
0e91c96277
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/lubusy.js

+ 1
- 1
src/lubusy.js View File

@@ -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…
Cancel
Save