From debccaeaaaf541d1de7ec8a87720556a054e68ec Mon Sep 17 00:00:00 2001 From: Drew Rygh Date: Wed, 5 Nov 2014 12:41:54 -0600 Subject: [PATCH] docs(ion-tab): fix typo in badge css class example Closes [#214](https://github.com/driftyco/ionic-site/issues/214) --- js/angular/directive/tab.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/angular/directive/tab.js b/js/angular/directive/tab.js index 1eb2f4e9aa..a764ee6fc8 100644 --- a/js/angular/directive/tab.js +++ b/js/angular/directive/tab.js @@ -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()}.