docs: fix doc tags

This commit is contained in:
Drew Rygh
2015-09-08 15:00:14 -05:00
parent e2c01f4b12
commit b95ddaafa2
13 changed files with 31 additions and 35 deletions

View File

@@ -9,7 +9,7 @@ import {ListHeader} from '../list/list';
/**
* @name ionRadioGroup
* @classdesc
* @description
* A radio group is a group of radio components.
*
* Selecting a radio button in the group unselects all others in the group.
@@ -18,7 +18,7 @@ import {ListHeader} from '../list/list';
*
* See the [Angular 2 Docs](https://angular.io/docs/js/latest/api/forms/) for more info on forms and input.
*
* @example
* @usage
* ```html
* <ion-radio-group ng-control="clientside">
*
@@ -152,12 +152,12 @@ export class RadioGroup extends Ion {
/**
* @name ionRadio
* @classdesc
* @description
* A single radio component.
*
* See the [Angular 2 Docs](https://angular.io/docs/js/latest/api/forms/) for more info on forms and input.
*
* @example
* @usage
* ```html
* <ion-radio value="isChecked" checked="true">
* Radio Label