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! -
+ +
+ 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! -
-
-
+
+ Length (float): + + {{length}}
+ + This is not a valid float number! +
+