2
如何創建一個sref,將帶我到一個孫兒狀態,當我有一個參數在兒童狀態的URL?ui路由器sref給孫子與參數在子
下面是一些僞代碼:
.state('foo', {url:'/', template:'<div ui-view></div><a ui-sref="foo.bar.baz(bar: 'bing')">Bing Baz</a>'})
.state('foo.bar', {url:':bar',abstract: true, templateURL:'bar.tpl.html'})
.state('foo.bar.baz', {url:'/baz', template:'I am a baz, and if you clicked from the foo state, I should be a Bing Baz!'});
在我的非僞,我是不是正確轉義,我是代表,酒吧變量:'兵」。看看你的代碼,它和我的僞代碼大致相同,但是我意識到了我的錯誤。 –
Yeap,這些隱藏的拼寫錯誤;)用'ui-router'祝你好運... –