diff options
Diffstat (limited to 'src/widget/input.js')
| -rw-r--r-- | src/widget/input.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/widget/input.js b/src/widget/input.js index 9f9d9852..9f522d18 100644 --- a/src/widget/input.js +++ b/src/widget/input.js @@ -603,7 +603,7 @@ var HTML5_INPUTS_TYPES = makeMap( /** * @ngdoc widget - * @name angular.widget.input + * @name angular.module.ng.$compileProvider.directive.input * * @description * HTML input element widget with angular data-binding. Input widget follows HTML5 input types @@ -827,12 +827,12 @@ var inputDirective = ['$defer', '$formFactory', function($defer, $formFactory) { /** * @ngdoc widget - * @name angular.widget.textarea + * @name angular.module.ng.$compileProvider.directive.textarea * * @description * HTML textarea element widget with angular data-binding. The data-binding and validation * properties of this element are exactly the same as those of the - * {@link angular.widget.input input element}. + * {@link angular.module.ng.$compileProvider.directive.input input element}. * * @param {string} type Widget types as defined by {@link angular.inputType}. If the * type is in the format of `@ScopeType` then `ScopeType` is loaded from the |
