Index: pkg/template_binding/lib/src/mustache_tokens.dart |
=================================================================== |
--- pkg/template_binding/lib/src/mustache_tokens.dart (revision 37373) |
+++ pkg/template_binding/lib/src/mustache_tokens.dart (working copy) |
@@ -116,6 +116,7 @@ |
tokens.add(oneTime); // ONETIME? |
onlyOneTime = onlyOneTime && oneTime; |
var delegateFn = fnFactory == null ? null : fnFactory(pathString); |
+ // Don't try to parse the expression if there's a prepareBinding function |
if (delegateFn == null) { |
tokens.add(new PropertyPath(pathString)); // PATH |
} else { |