aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMisha Moroshko2013-06-13 18:52:33 +1000
committerPete Bacon Darwin2013-06-13 22:47:47 +0100
commit45ee8844f9678bad46e0f81eda18db888a42e264 (patch)
treeff4cb349eec1d12166997137f7c344a7939c5946 /src
parent9e2fd89021bd299c3681d88af9f9917b96992ab4 (diff)
downloadangular.js-45ee8844f9678bad46e0f81eda18db888a42e264.tar.bz2
docs(select): fix typos in ngOptions
Diffstat (limited to 'src')
-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 6dda33f5..b7a4f58b 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.
*