File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -325,7 +325,7 @@ This will not render properly, unless we do some scope magic.
325325
326326The first issue we have to solve is that the dialog box template expects `title` to be defined.
327327But we would like the template's scope property `title` to be the result of interpolating the
328- `<dialog>` element's `title` attribute (i.e. `"Hello {{username}}"`. Furthermore, the buttons expect
328+ `<dialog>` element's `title` attribute (i.e. `"Hello {{username}}"`) . Furthermore, the buttons expect
329329the `onOk` and `onCancel` functions to be present in the scope. This limits the usefulness of the
330330widget. To solve the mapping issue we use the `locals` to create local variables which the template
331331expects as follows:
You can’t perform that action at this time.
0 commit comments