Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit dfdb725

Browse files
n0nickvojtajina
authored andcommitted
docs(guide/compiler): add missing closing parenthesis
1 parent d69793d commit dfdb725

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/compiler.ngdoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ This will not render properly, unless we do some scope magic.
325325

326326
The first issue we have to solve is that the dialog box template expects `title` to be defined.
327327
But 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
329329
the `onOk` and `onCancel` functions to be present in the scope. This limits the usefulness of the
330330
widget. To solve the mapping issue we use the `locals` to create local variables which the template
331331
expects as follows:

0 commit comments

Comments
 (0)