From 7833ce0a6e9af904979f24828a4ad5990813d089 Mon Sep 17 00:00:00 2001 From: Narretz Date: Mon, 3 Mar 2014 22:25:53 +0100 Subject: docs(guide/forms): remove unnecessary controller reference the controller reference was breaking the custom validation example Closes #6525 Closes #6533 --- docs/content/guide/forms.ngdoc | 38 ++++++++++++++++++-------------------- 1 file changed, 18 insertions(+), 20 deletions(-) (limited to 'docs') diff --git a/docs/content/guide/forms.ngdoc b/docs/content/guide/forms.ngdoc index 0b91fc61..0a0eed47 100644 --- a/docs/content/guide/forms.ngdoc +++ b/docs/content/guide/forms.ngdoc @@ -211,26 +211,24 @@ In the following example we create two directives. -
-
-
- Size (integer 0 - 10): - {{size}}
- This is not valid integer! - - The value must be in range 0 to 10! -
- -
- Length (float): - - {{length}}
- - This is not a valid float number! -
-
-
+
+
+ Size (integer 0 - 10): + {{size}}
+ This is not valid integer! + + The value must be in range 0 to 10! +
+ +
+ Length (float): + + {{length}}
+ + This is not a valid float number! +
+
-- cgit v1.2.3