From 17251372b1dedb42d27b01375125cee4f5edcce7 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Mon, 25 Jul 2011 13:26:45 -0700 Subject: style(ng:options): fix style and some docs --- src/widgets.js | 195 +++++++++++++++++++++++++++------------------------- test/widgetsSpec.js | 40 ++++++----- 2 files changed, 127 insertions(+), 108 deletions(-) diff --git a/src/widgets.js b/src/widgets.js index 17059bca..84b134e0 100644 --- a/src/widgets.js +++ b/src/widgets.js @@ -21,7 +21,8 @@ * 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.HTML HTML input elements} - Standard HTML input elements data-bound 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 @@ -574,11 +575,12 @@ angularWidget('button', inputWidgetSelector); * @name angular.directive.ng:options * * @description - * Dynamically generate a list of `` + * DOM element. * * @example @@ -626,11 +631,11 @@ angularWidget('button', inputWidgetSelector);