docs(links): change bad links for Type RenderViewRef RenderFragmentRef, onEventDoneFn, and Renderer api.

This commit is contained in:
Naomi Black
2015-07-22 22:07:51 -07:00
parent 408618b836
commit 3a7c9e4c62
9 changed files with 14 additions and 13 deletions

View File

@ -11,11 +11,12 @@ import {setProperty} from './shared';
* Marks <option> as dynamic, so Angular can be notified when options change.
*
* #Example:
*
* ```
* <select ng-control="city">
* <option *ng-for="#c of cities" [value]="c"></option>
* </select>
* ``
* ```
*/
@Directive({selector: 'option'})
export class NgSelectOption {