From 924ffafc51cf53ddf97f13ad748bbbf6d80caf13 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 18 May 2011 12:17:16 -0700 Subject: fixing broken links --- docs/content/guide/overview.ngdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/content/guide/overview.ngdoc') diff --git a/docs/content/guide/overview.ngdoc b/docs/content/guide/overview.ngdoc index 61c58435..8723e839 100644 --- a/docs/content/guide/overview.ngdoc +++ b/docs/content/guide/overview.ngdoc @@ -112,7 +112,7 @@ These input widgets look normal enough, but consider these points: of the input widgets (`qty` and `cost`) to variables of the same name. Think of those variables as the "Model" part of the Model-View-Controller design pattern. * Note the angular directives, {@link angular.widget.@ng:validate ng:validate} and {@link -ngular.widget.@ng:required ng:required}. You may have noticed that when you enter invalid data or +angular.widget.@ng:required ng:required}. You may have noticed that when you enter invalid data or leave the the input fields blank, the borders turn a plainly irritated red color, and the display value disappears. These `ng:` directives make it easier to implement field validators than coding them in JavaScript, no? Yes. -- cgit v1.2.3