Skip to content

Instantly share code, notes, and snippets.

@526avijitgupta
Created February 3, 2016 20:28
Show Gist options
  • Save 526avijitgupta/e74a7d21bd8981af31a2 to your computer and use it in GitHub Desktop.
Save 526avijitgupta/e74a7d21bd8981af31a2 to your computer and use it in GitHub Desktop.
$scope.$on('$ionicView.beforeEnter', function() {
elem = angular.element(document.querySelectorAll('ion-nav-bar ion-header-bar'));
elem.removeClass('bar-energized');
elem.addClass('bar-dark');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment