When I have in the vm an attribute 'show' with default: true
it should be true
When I set it to false
It should be false
this scenario does not pass to me...
if I do: template.viewmodel.show(false) in an event the show attribute does not change!
if I do it in the browser console (after logging the vm) it works.
is this a bug?
When I have in the vm an attribute 'show' with default: true
it should be true
When I set it to false
It should be false
this scenario does not pass to me...
if I do: template.viewmodel.show(false) in an event the show attribute does not change!
if I do it in the browser console (after logging the vm) it works.
is this a bug?