mirror of
https://github.com/odoo/owl.git
synced 2025-10-06 19:59:41 +07:00
decf42c742
A little typo was preventing a dynamic t-slot with a scope
(`<t t-slot="{{ state.name }}" myScope="someValue" />`)
to work properly.
This commit corrects this.