Frontmatter
| id | 1708 |
| title | model.Component: data format for binding strings |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Apr 1, 2021, 5:25 PM |
| updatedAt | Apr 1, 2021, 11:50 PM |
| githubUrl | https://github.com/neomjs/neo/issues/1708 |
| author | tobiu |
| commentsCount | 1 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Apr 1, 2021, 11:50 PM |

instead of using:
bind: { text: 'button1Text' }we should switch to the format:
bind: { text: '${data.button1Text}' }this will make it easier to pass formulas in the future.
todos:
model.Component