I can not show ionic side menu with tabs

Hello,
can someone give me a hint how to display the side menu with tabs?
I have the problem when setting a file in routes.js it does not display the other:

.state('home', {
    url: '/home',
    templateUrl: 'templates/home.html',
    abstract:true
  })
  .state('menu', {
    url: '/menu',
    templateUrl: 'templates/menu.html',
    abstract:true
  })