From b56a97485e17845737b20f0c34de225b5fc72e76 Mon Sep 17 00:00:00 2001 From: Naomi Black Date: Mon, 11 Apr 2016 22:48:41 -0700 Subject: [PATCH] chore(jade): fix broken build caused by extra newline --- public/docs/js/latest/guide/forms.jade | 1 - 1 file changed, 1 deletion(-) diff --git a/public/docs/js/latest/guide/forms.jade b/public/docs/js/latest/guide/forms.jade index 23e53582b1..36e9794360 100644 --- a/public/docs/js/latest/guide/forms.jade +++ b/public/docs/js/latest/guide/forms.jade @@ -472,7 +472,6 @@ figure.image-display 'app/hero-form.component.html (excerpt)', stylePattern) :marked - When we added the `ngControl` directive, we bound it to the model's `name` property. Here we initialize a template local variable (`name`) with the value "ngForm" (`#name="ngForm"`). Angular recognizes that syntax and re-sets the `name` local template variable to the