Multiple directional binding
Open
data binding
enhancement
priority: high
- Dominant language
- JavaScript
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```html
```
Behaviour:
- `button#increase-money` - when count in counter.js increment, it also increment dollar and yen in money.js
- `span#my-money` - whether count in counter.js increment or dollar in dollar.js burned (via `burnDollar`), it will also update either count in counter.js or dollar in dollar.js, but not yen when dollar is burned (yen still updated when count increment due to binding in `button#increase-money`)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.