From b09595a3c12ba761772084b94767b635c5bbfaf2 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Thu, 10 Nov 2011 18:47:47 -0800 Subject: fix(doc) cleanup all api doc link warnings --- src/widget/form.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/widget/form.js') diff --git a/src/widget/form.js b/src/widget/form.js index 4608efc1..419d2699 100644 --- a/src/widget/form.js +++ b/src/widget/form.js @@ -6,7 +6,7 @@ * * @description * Angular widget that creates a form scope using the - * {@link angular.service.$formFactory $formFactory} API. The resulting form scope instance is + * {@link angular.module.NG.$formFactory $formFactory} API. The resulting form scope instance is * attached to the DOM element using the jQuery `.data()` method under the `$form` key. * See {@link guide/dev_guide.forms forms} on detailed discussion of forms and widgets. * -- cgit v1.2.3