From 003375da4d58ac1957e863b8ae68f184436638f3 Mon Sep 17 00:00:00 2001 From: Josh Olson Date: Wed, 16 Dec 2015 07:56:00 -0600 Subject: [PATCH] —, not $mdash; closes #557 --- public/docs/js/latest/guide/forms.jade | 2 +- public/docs/ts/latest/guide/forms.jade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/docs/js/latest/guide/forms.jade b/public/docs/js/latest/guide/forms.jade index 14d0a09026..2cc3f0fcdc 100644 --- a/public/docs/js/latest/guide/forms.jade +++ b/public/docs/js/latest/guide/forms.jade @@ -40,7 +40,7 @@ include ../../../../_includes/_util-fns :marked That's not the only way to create a form but it's the way we'll cover in this chapter. :marked - We can build almost any form we need with an Angular template $mdash; login forms, contact forms ... pretty much any business forms. + We can build almost any form we need with an Angular template — login forms, contact forms ... pretty much any business forms. We can lay out the controls creatively, bind them to data, specify validation rules and display validation errors, conditionally enable or disable specific controls, trigger built-in visual feedback, and much more. diff --git a/public/docs/ts/latest/guide/forms.jade b/public/docs/ts/latest/guide/forms.jade index 6def8ca24c..ca152c67b9 100644 --- a/public/docs/ts/latest/guide/forms.jade +++ b/public/docs/ts/latest/guide/forms.jade @@ -40,7 +40,7 @@ include ../../../../_includes/_util-fns :marked That's not the only way to create a form but it's the way we'll cover in this chapter. :marked - We can build almost any form we need with an Angular template $mdash; login forms, contact forms ... pretty much any business forms. + We can build almost any form we need with an Angular template — login forms, contact forms ... pretty much any business forms. We can lay out the controls creatively, bind them to data, specify validation rules and display validation errors, conditionally enable or disable specific controls, trigger built-in visual feedback, and much more.