Skip to content
This repository has been archived by the owner on Nov 22, 2021. It is now read-only.

Commit

Permalink
docs(tagsInput): Mark text option as not required [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mbenford committed Jul 13, 2015
1 parent 15c4b15 commit e6aadfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tags-input.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @param {string=} [displayProperty=text] Property to be rendered as the tag label.
* @param {string=} [keyProperty=text] Property to be used as a unique identifier for the tag.
* @param {string=} [type=text] Type of the input element. Only 'text', 'email' and 'url' are supported values.
* @param {string} [text=NA] Assignable Angular expression for data-binding to the element's text.
* @param {string=} [text=NA] Assignable Angular expression for data-binding to the element's text.
* @param {number=} tabindex Tab order of the control.
* @param {string=} [placeholder=Add a tag] Placeholder text for the control.
* @param {number=} [minLength=3] Minimum length for a new tag.
Expand Down

0 comments on commit e6aadfb

Please sign in to comment.