我对多个观点有疑问。这很难解释,但我会尝试:
导航到州'关于'并设置ui-view&column 39的模板网址'和ui-view' columnTwo'成功完成了
.state('about', {
url: '/about',
views: {
// the main template will be placed here (relatively named)
'': { templateUrl: 'partial-about.html' },
// the child views will be defined here (absolutely named)
'columnOne@about': { template: 'Look I am a column!' },
// for column two, we'll define a separate controller
'columnTwo@about': {
templateUrl: 'table-data.html',
controller: 'scotchController'
}
}
});
现在我想设置viewUrl of view' columTwo'从视图' columnOne'。 这是怎么做到的?有可能吗?
答案 0 :(得分:0)
您从该网站获取的示例是并行视图示例而不是嵌套视图嵌套视图可以通过创建页面而不是使用其他状态来创建。如注册是一个页面和多步骤形式比包含注册uiview的页面我们将注册和部分类似registration.contact,registration.acadamics,registration.extraactivities。真的是那里的文件很安静,令人困惑