From 4804c83b7db5770d5d02eea9eea4cc012b4aa524 Mon Sep 17 00:00:00 2001 From: Misko Hevery Date: Wed, 14 Dec 2011 02:55:31 +0100 Subject: docs(compiler): update the compiler docs --- src/widget/input.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/widget/input.js') 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 -- cgit v1.2.3