1
-絶対名称
$stateProvider
.state('contacts.detail1', {
views: {
// absolutely targets the 'status' view in root unnamed state.
// <div ui-view='status'/> within index.html
"[email protected]" : {
templateUrl: layout1.html,
controller : 'MainController1 as vm'
}
});
次に、ui-view = "status"要素に割り当てるテンプレートを選択する際に衝突がありますか?
用ケースに言及し、状態が続い真=抽象ているURLが存在しないのですか? – iajnr