From 512db03cc003c590a9dcd2b1ee1f3fb2cbad1b78 Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Wed, 7 Mar 2012 16:54:12 -0800 Subject: docs(ng-list): update the ng-list directive docs --- src/widget/input.js | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) (limited to 'src/widget/input.js') diff --git a/src/widget/input.js b/src/widget/input.js index 45d7d6a0..af446c6b 100644 --- a/src/widget/input.js +++ b/src/widget/input.js @@ -1107,15 +1107,6 @@ var requiredDirective = [function() { * @description * Text input that converts between comma-seperated string into an array of strings. * - * @param {string} ng:model Assignable angular expression to data-bind to. - * @param {string=} name Property name of the form under which the widgets is published. - * @param {string=} required Sets `REQUIRED` validation error key if the value is not entered. - * @param {string=} ng:pattern Sets `PATTERN` validation error key if the value does not match the - * RegExp pattern expression. Expected value is `/regexp/` for inline patterns or `regexp` for - * patterns defined as scope expressions. - * @param {string=} ng:change Angular expression to be executed when input changes due to user - * interaction with the input element. - * * @element input * * @example @@ -1127,7 +1118,7 @@ var requiredDirective = [function() { }