diff options
Diffstat (limited to 'src/ng/directive/select.js')
| -rw-r--r-- | src/ng/directive/select.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/directive/select.js b/src/ng/directive/select.js index faa9c7a7..cf0e4cae 100644 --- a/src/ng/directive/select.js +++ b/src/ng/directive/select.js @@ -21,7 +21,7 @@ var ngOptionsMinErr = minErr('ngOptions'); * * <div class="alert alert-warning"> * **Note:** `ngModel` compares by reference, not value. This is important when binding to an - * array of objects. See an example {@link http://jsfiddle.net/qWzTb/ in this jsfiddle}. + * array of objects. See an example [in this jsfiddle](http://jsfiddle.net/qWzTb/). * </div> * * Optionally, a single hard-coded `<option>` element, with the value set to an empty string, can |
