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/form.js | 2 +- src/widget/input.js | 6 +++--- src/widget/select.js | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'src/widget') diff --git a/src/widget/form.js b/src/widget/form.js index 405aae74..552cc4e5 100644 --- a/src/widget/form.js +++ b/src/widget/form.js @@ -2,7 +2,7 @@ /** * @ngdoc widget - * @name angular.widget.form + * @name angular.module.ng.$compileProvider.directive.form * * @description * Angular widget that creates a form scope using the 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 diff --git a/src/widget/select.js b/src/widget/select.js index ae9e1b7c..332009d2 100644 --- a/src/widget/select.js +++ b/src/widget/select.js @@ -2,7 +2,7 @@ /** * @ngdoc widget - * @name angular.widget.select + * @name angular.module.ng.$compileProvider.directive.select * * @description * HTML `SELECT` element with angular data-binding. @@ -12,7 +12,7 @@ * Optionally `ng:options` attribute can be used to dynamically generate a list of `