Skip to content

Commit ebe124a

Browse files
booleanbetrayalnetman92
authored andcommitted
docs(select): remove obsolete ngOptions equality check comments
1 parent 0222b2c commit ebe124a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/ng/directive/select.js

-6
Original file line numberDiff line numberDiff line change
@@ -127,12 +127,6 @@ var SelectController =
127127
* be nested into the `<select>` element. This element will then represent the `null` or "not selected"
128128
* option. See example below for demonstration.
129129
*
130-
* <div class="alert alert-warning">
131-
* **Note:** By default, `ngModel` compares by reference, not value. This is important when binding to an
132-
* array of objects. See an example [in this jsfiddle](http://jsfiddle.net/qWzTb/). When using `track by`
133-
* in an `ngOptions` expression, however, deep equality checks will be performed.
134-
* </div>
135-
*
136130
*/
137131
var selectDirective = function() {
138132

0 commit comments

Comments
 (0)