From c08930ed22aae564cc3dfb95718d8eaa1bfeaf06 Mon Sep 17 00:00:00 2001 From: Olivier Giulieri Date: Sun, 21 Dec 2014 02:46:25 -0800 Subject: [PATCH] docs(guide): Fixed spaces. --- docs/content/guide/forms.ngdoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/guide/forms.ngdoc b/docs/content/guide/forms.ngdoc index 1f0cf4bdccb4..a355237bcd5f 100644 --- a/docs/content/guide/forms.ngdoc +++ b/docs/content/guide/forms.ngdoc @@ -131,7 +131,7 @@ A form is an instance of {@link form.FormController FormController}. The form instance can optionally be published into the scope using the `name` attribute. Similarly, an input control that has the {@link ng.directive:ngModel ngModel} directive holds an -instance of {@link ngModel.NgModelController NgModelController}.Such a control instance +instance of {@link ngModel.NgModelController NgModelController}. Such a control instance can be published as a property of the form instance using the `name` attribute on the input control. The name attribute specifies the name of the property on the form instance. @@ -339,7 +339,7 @@ In the following example we create two directives:
Username: {{name}}
- Checking if this name is available ... + Checking if this name is available... This username is already taken!