You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if it's the right fix but I was able to fix this by moving line 1015 in TemplateBinding.js var delegate = template.bindingDelegate; out of the if loop.
The text was updated successfully, but these errors were encountered:
I ran into this bug while doing some testing with nested repeated templates. Here is an example.
http://jsbin.com/UJAlICI/3/edit?html,output
I don't know if it's the right fix but I was able to fix this by moving line 1015 in TemplateBinding.js
var delegate = template.bindingDelegate;
out of the if loop.The text was updated successfully, but these errors were encountered: