diff options
| author | Igor Minar | 2011-06-06 22:02:30 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-06-06 23:10:30 -0700 |
| commit | c35b0a7907de1535269876668c345ce944681804 (patch) | |
| tree | a3ba548369ca65db790809197196ae946cc93a18 /src/widgets.js | |
| parent | 805bb5bb6e5842a5760976a446074d553609f5b6 (diff) | |
| download | angular.js-c35b0a7907de1535269876668c345ce944681804.tar.bz2 | |
yet another docs batch
Diffstat (limited to 'src/widgets.js')
| -rw-r--r-- | src/widgets.js | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/src/widgets.js b/src/widgets.js index c923b551..2ccf4a1f 100644 --- a/src/widgets.js +++ b/src/widgets.js @@ -9,20 +9,20 @@ * * Following is the list of built-in angular widgets: * - * * {@link angular.Widget.@ng:format ng:format} - Formats data for display to user and for storage. - * * {@link angular.Widget.@ng:non-bindable ng:non-bindable} - Blocks angular from processing an + * * {@link angular.widget.@ng:format ng:format} - Formats data for display to user and for storage. + * * {@link angular.widget.@ng:non-bindable ng:non-bindable} - Blocks angular from processing an * HTML element. - * * {@link angular.Widget.@ng:repeat ng:repeat} - Creates and manages a collection of cloned HTML + * * {@link angular.widget.@ng:repeat ng:repeat} - Creates and manages a collection of cloned HTML * elements. - * * {@link angular.Widget.@ng:required ng:required} - Verifies presence of user input. - * * {@link angular.Widget.@ng:validate ng:validate} - Validates content of user input. - * * {@link angular.Widget.HTML HTML} - Standard HTML processed by angular. - * * {@link angular.Widget.ng:view ng:view} - Works with $route to "include" partial templates - * * {@link angular.Widget.ng:switch ng:switch} - Conditionally changes DOM structure - * * {@link angular.Widget.ng:include ng:include} - Includes an external HTML fragment + * * {@link angular.widget.@ng:required ng:required} - Verifies presence of user input. + * * {@link angular.widget.@ng:validate ng:validate} - Validates content of user input. + * * {@link angular.widget.HTML HTML} - Standard HTML processed by angular. + * * {@link angular.widget.ng:view ng:view} - Works with $route to "include" partial templates + * * {@link angular.widget.ng:switch ng:switch} - Conditionally changes DOM structure + * * {@link angular.widget.ng:include ng:include} - Includes an external HTML fragment * - * For more information about angular widgets, see {@link guide/widgets Understanding Angular - * Widgets} in the angular Developer Guide. + * For more information about angular widgets, see {@link guide/dev_guide.compiler.widgets + * Understanding Angular Widgets} in the angular Developer Guide. */ /** |
