docs(radio): add api demo link

This commit is contained in:
Drew Rygh
2015-12-15 13:05:01 -06:00
parent 423f71e5c9
commit ff42d30073

View File

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