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()}.