Skip to content

Commit a9a38d8

Browse files
n0nickbtford
authored andcommitted
docs(guide/compiler): add missing closing parenthesis
1 parent 24a67f9 commit a9a38d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/guide/compiler.ngdoc

Lines changed: 1 addition & 1 deletion
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)