docs(api): add links to component sections

This commit is contained in:
Drew Rygh
2015-12-04 13:55:26 -06:00
parent 0b3e0e7c65
commit 28bb668d43
22 changed files with 34 additions and 5 deletions

View File

@@ -40,6 +40,7 @@ import {ListHeader} from '../list/list';
*
* </ion-list>
* ```
* @see {@link /docs/v2/components#radio Radio Component Docs}
*/
@Directive({
selector: '[radio-group]',
@@ -161,7 +162,8 @@ export class RadioGroup extends Ion {
* Radio Label
* </ion-radio>
* ```
*
*
* @see {@link /docs/v2/components#radio Radio Component Docs}
*/
@Component({
selector: 'ion-radio',