Cant access a view within a state in angular-ui-router
问题 I am trying to link to a substate and can't figure out how to get it to work. Here is the link: <a ui-sref="tab.communityDashboard" class="button button-block button-large"><i class="icon ion-home"></i><br />Community Directory</a> and here is the route: .state('tab', { url: '/tab', abstract: true, templateUrl: 'templates/tabs.html' }) // Each tab has its own nav history stack: .state('tab.communityDashboard', { url: '/communitydashboard', views: { 'tab-communityDashboard': { templateUrl: