You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* @param {expression=} badge-style The style of badge to put on this tab (eg tabs-positive).
246
246
* @param {expression=} on-select Called when this tab is selected.
247
247
* @param {expression=} on-deselect Called when this tab is deselected.
248
+
* @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.controller:ionicTabs#select ionicTabBar controller's select method}.
0 commit comments