Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

Commit

Permalink
fix(docs, chips): fixed small typo
Browse files Browse the repository at this point in the history
Closes #5226
  • Loading branch information
alex-chuev authored and ThomasBurleson committed Apr 1, 2016
1 parent 2e0d3a9 commit a1ff0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/chips/js/chipsDirective.js
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
* @param {string=|object=} ng-model A model to bind the list of items to
* @param {string=} placeholder Placeholder text that will be forwarded to the input.
* @param {string=} secondary-placeholder Placeholder text that will be forwarded to the input,
* displayed when there is at least on item in the list
* displayed when there is at least one item in the list
* @param {boolean=} readonly Disables list manipulation (deleting or adding list items), hiding
* the input and delete buttons
* @param {expression} md-transform-chip An expression of form `myFunction($chip)` that when called
Expand Down

0 comments on commit a1ff0d5

Please sign in to comment.