From 3c12d36e730dfbf8e2dbba773df5879437276d7a Mon Sep 17 00:00:00 2001 From: Dan Matthews Date: Wed, 15 Jan 2014 13:00:48 -0500 Subject: docs(select): add object comparison warning --- src/ng/directive/select.js | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'src/ng/directive/select.js') diff --git a/src/ng/directive/select.js b/src/ng/directive/select.js index c74791c8..e429af5f 100644 --- a/src/ng/directive/select.js +++ b/src/ng/directive/select.js @@ -19,6 +19,11 @@ var ngOptionsMinErr = minErr('ngOptions'); * represented by the selected option will be bound to the model identified by the `ngModel` * directive. * + *