docs(ion-tab): fix typo in badge css class example

Closes [#214](https://github.com/driftyco/ionic-site/issues/214)
This commit is contained in:
Drew Rygh
2014-11-05 12:41:54 -06:00
parent dfcbef1a03
commit debccaeaaa

View File

@@ -32,7 +32,7 @@ IonicModule.constant('$ionicTabConfig', {
* @param {string=} icon-on The icon of the tab while it is selected.
* @param {string=} icon-off The icon of the tab while it is not selected.
* @param {expression=} badge The badge to put on this tab (usually a number).
* @param {expression=} badge-style The style of badge to put on this tab (eg tabs-positive).
* @param {expression=} badge-style The style of badge to put on this tab (eg: badge-positive).
* @param {expression=} on-select Called when this tab is selected.
* @param {expression=} on-deselect Called when this tab is deselected.
* @param {expression=} ng-click By default, the tab will be selected on click. If ngClick is set, it will not. You can explicitly switch tabs using {@link ionic.service:$ionicTabsDelegate#select $ionicTabsDelegate.select()}.