mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
38c7ad9629
Before this commit, the t-model directive worked well with expressions such as "state.value", but not with bracketed expression: "state[value]" (it generated invalid code). This commit make the t-model smarter by detecting this case, and properly capturing the base expression and key variable. closes #694