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

@@ -8,10 +8,10 @@ import {Tabs} from './tabs';
/**
* @name ionTab
* @requires ionTabs
* @classdesc
* @description
* Contains a tab's content. The content only exists while the given tab is selected.
*
* @example
* @usage
* ```html
* <ion-tab tab-title="Heart" tab-icon="ion-ios-heart-outline" [root]="root1"></ion-tab>
* ```

View File

@@ -7,7 +7,7 @@ import {IonicComponent, IonicView} from '../../config/annotations';
/**
* @name ionTabs
* @classdesc
* @description
* Powers a multi-tabbed interface with a Tab Bar and a set of "pages" that can be tabbed through.
*
* Assign any tabs attribute to the element to define its look and feel.
@@ -16,7 +16,7 @@ import {IonicComponent, IonicView} from '../../config/annotations';
*
* See the ionTab component's documentation for more details on individual tabs.
*
* @example
* @usage
* ```html
* <ion-tabs>
* <ion-tab tab-title="Heart" tab-icon="ion-ios-heart-outline" [root]="root1"></ion-tab>