请教一个问题
.state('index', { url: '/index', views: { '': { templateUrl: 'tpls3/index.html' }, 'topbar@index': { templateUrl: 'tpls3/topbar.html' }, 'main@index': { templateUrl: 'tpls3/home.html' } } })
topbar@index —— 请问这index是对应的哪个index?是state那行还是url那行,还是templateUrl那行的index