ng-cache-loader
Advanced tools
Comparing version 0.0.21 to 0.0.22
@@ -113,3 +113,3 @@ /* | ||
if (/[^\s]/.test(source)) { | ||
if (/[^\s]/.test(source) || !result.length) { | ||
result.push({ | ||
@@ -121,2 +121,3 @@ key: getTemplateId.call(this, source), | ||
} | ||
result = result.map(supplant.bind(null, STUB)); | ||
@@ -123,0 +124,0 @@ |
{ | ||
"name": "ng-cache-loader", | ||
"version": "0.0.21", | ||
"version": "0.0.22", | ||
"description": "Puts HTML partials in the Angular's $templateCache.", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
42398