$stateProvider
      .state('app', {
        abstract: true,
        url: '/'
      })