mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
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:
2
js/angular/directive/tab.js
vendored
2
js/angular/directive/tab.js
vendored
@@ -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()}.
|
||||
|
||||
Reference in New Issue
Block a user