We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0222b2c commit ebe124aCopy full SHA for ebe124a
src/ng/directive/select.js
@@ -127,12 +127,6 @@ var SelectController =
127
* be nested into the `<select>` element. This element will then represent the `null` or "not selected"
128
* option. See example below for demonstration.
129
*
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
- *
136
*/
137
var selectDirective = function() {
138
0 commit comments