aboutsummaryrefslogtreecommitdiffstats
path: root/src/widget/form.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/widget/form.js')
-rw-r--r--src/widget/form.js2
1 files changed, 1 insertions, 1 deletions
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.
*