glujs icon indicating copy to clipboard operation
glujs copied to clipboard

Support recursion of bindings collection into arbitrary (non-ExtJS) view config properties

Open smithrp opened this issue 11 years ago • 0 comments

When you have something like:

button: { value: { name: '@{name}' } }

the passed object in the handler is: { name: '@{name}' }

instead of the proper value that is in the viewmodel

smithrp avatar Jul 05 '12 22:07 smithrp