Closed arggh closed 8 years ago
+1
The view model for template 'StandardsCard' already has a property 'collapse'. You're trying to use it as the name for a ref binding.
+1 Any progress on this issue, @arggh, @ManuelDeLeon?
// TODO: Insert lame excuse for dealing with this so late
Fixed in manuel:viewmodel-debug
v 2.7.1
If I have a
ref-binding
inside an#if
-block, ViewModel will complain about the already existing property when the if-condition is toggled.This should reproduce the problem. Just click the "show button" -button repeatedly. After the first round, you should get a complaint from viewmodel-checks.coffee.
https://github.com/arggh/viewmodel-refbinding