how to create this view using tabs?and how to activate tab background color change?
ahhhm go to the ionic docs and choose JavaScipt-Components -> tabs
http://ionicframework.com/docs/api/directive/ionTabs/
You can add custom styling or classes to the active tab with the ngClass-Directive
$ionicTabsDelegate.selectedIndex() return active tab index
or store active index after click on a tab
Example
thank you.its working