aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMisha Moroshko2013-06-13 18:52:33 +1000
committerPete Bacon Darwin2013-06-13 22:48:03 +0100
commit9b6c82d8048e908709715343a3eec16b2005fc99 (patch)
treedd0ab4d4705b51d6b475b2b207ffc97e48809bb0
parentc3117b754410ad643d626bb5e93c32f0b321869c (diff)
downloadangular.js-9b6c82d8048e908709715343a3eec16b2005fc99.tar.bz2
docs(select): fix typos in ngOptions
-rw-r--r--src/ng/directive/select.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ng/directive/select.js b/src/ng/directive/select.js
index 4f4aace2..36620dca 100644
--- a/src/ng/directive/select.js
+++ b/src/ng/directive/select.js
@@ -13,8 +13,8 @@
* Optionally `ngOptions` attribute can be used to dynamically generate a list of `<option>`
* elements for a `<select>` element using an array or an object obtained by evaluating the
* `ngOptions` expression.
- *˝˝
- * When an item in the select menu is select, the value of array element or object property
+ *
+ * When an item in the `<select>` menu is selected, the value of array element or object property
* represented by the selected option will be bound to the model identified by the `ngModel`
* directive of the parent select element.
*