From a9a38d84b93f5c3c595d9e2b16eab1b400023919 Mon Sep 17 00:00:00 2001 From: Sagie Maoz Date: Thu, 13 Mar 2014 14:47:13 +0200 Subject: docs(guide/compiler): add missing closing parenthesis --- docs/content/guide/compiler.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide') diff --git a/docs/content/guide/compiler.ngdoc b/docs/content/guide/compiler.ngdoc index d4d77498..44151a4c 100644 --- a/docs/content/guide/compiler.ngdoc +++ b/docs/content/guide/compiler.ngdoc @@ -325,7 +325,7 @@ This will not render properly, unless we do some scope magic. The first issue we have to solve is that the dialog box template expects `title` to be defined. But we would like the template's scope property `title` to be the result of interpolating the -`` element's `title` attribute (i.e. `"Hello {{username}}"`. Furthermore, the buttons expect +`` element's `title` attribute (i.e. `"Hello {{username}}"`). Furthermore, the buttons expect the `onOk` and `onCancel` functions to be present in the scope. This limits the usefulness of the widget. To solve the mapping issue we use the `locals` to create local variables which the template expects as follows: -- cgit v1.2.3