From 840a6491ff6ae50cfd31f427621e65064d3bbc0d Mon Sep 17 00:00:00 2001 From: Austin O'Neil Date: Fri, 9 Sep 2016 13:34:18 -0600 Subject: [PATCH] docs(ngOptions): link corrections remove redundant link to ngOptions and add link to ngRepeat --- src/ng/directive/ngOptions.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/ng/directive/ngOptions.js b/src/ng/directive/ngOptions.js index 8168b4110fdd..9b58f9b985fd 100644 --- a/src/ng/directive/ngOptions.js +++ b/src/ng/directive/ngOptions.js @@ -17,8 +17,8 @@ var ngOptionsMinErr = minErr('ngOptions'); * elements for the ``'s model is assigned via the `select` **`as`** part of the * comprehension expression * - reduced memory consumption by not creating a new scope for each repeated instance