diff --git a/js/ext/angular/src/directive/ionicTabBar.js b/js/ext/angular/src/directive/ionicTabBar.js index 7ed16029e0..1c2ed611f9 100644 --- a/js/ext/angular/src/directive/ionicTabBar.js +++ b/js/ext/angular/src/directive/ionicTabBar.js @@ -218,8 +218,6 @@ function($scope, $ionicViewService, $rootScope, $element) { * * Each ionTab has its own view history. * - * Whenever a tab is shown or hidden, it will broadcast a 'tab.shown' or 'tab.hidden' event. - * * @usage * ```html *