diff options
Diffstat (limited to 'src/widget/input.js')
| -rw-r--r-- | src/widget/input.js | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
