diff options
Diffstat (limited to 'src/widget')
| -rw-r--r-- | src/widget/form.js | 2 | ||||
| -rw-r--r-- | src/widget/input.js | 2 |
2 files changed, 2 insertions, 2 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. * diff --git a/src/widget/input.js b/src/widget/input.js index 5108a4e4..2d4c1348 100644 --- a/src/widget/input.js +++ b/src/widget/input.js @@ -617,7 +617,7 @@ var HTML5_INPUTS_TYPES = makeMap( * * The {@link angular.inputType custom angular.inputType}s provide a shorthand for declaring new * inputs. This is a sharthand for text-box based inputs, and there is no need to go through the - * full {@link angular.service.$formFactory $formFactory} widget lifecycle. + * full {@link angular.module.NG.$formFactory $formFactory} widget lifecycle. * * * @param {string} type Widget types as defined by {@link angular.inputType}. If the |
