Skip to content

Commit 997da68

Browse files
committed
chore(view_factory): register cache as ViewCache
1 parent ce67161 commit 997da68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/core_dom/view_factory.dart

+1-1
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ class ViewCache {
136136
final dom.NodeTreeSanitizer treeSanitizer;
137137

138138
ViewCache(this.http, this.templateCache, this.compiler, this.treeSanitizer, CacheRegister cacheRegister) {
139-
cacheRegister.registerCache('viewCache', viewFactoryCache);
139+
cacheRegister.registerCache('ViewCache', viewFactoryCache);
140140
}
141141

142142
ViewFactory fromHtml(String html, DirectiveMap directives) {

0 commit comments

Comments
 (0)