From 0532aabcf97a08badd6ed67ad40453d37da89556 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 24 May 2012 14:49:47 -0700 Subject: doc(guide): clean up broken links --- docs/content/cookbook/form.ngdoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/content/cookbook/form.ngdoc') diff --git a/docs/content/cookbook/form.ngdoc b/docs/content/cookbook/form.ngdoc index e7f87d7c..f746e327 100644 --- a/docs/content/cookbook/form.ngdoc +++ b/docs/content/cookbook/form.ngdoc @@ -108,8 +108,7 @@ allow a user to enter data. is going on. * The {@link api/angular.module.ng.$compileProvider.directive.input input directives} simply refer to the model and are data-bound. -* The inputs {@link guide/dev_guide.forms validate}. (Try leaving them blank or entering non digits - in the zip field) +* The inputs validate. (Try leaving them blank or entering non digits in the zip field) * In your application you can simply read from or write to the model and the form will be updated. * By clicking the 'add' link you are adding new items into the `user.contacts` array which are then reflected in the view. -- cgit v1.2.3