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>
* ```