when('/contact', {
templateUrl: './Contact.html',
controller: 'ContactController'
}).
otherwise(
{
redirectTo: '/home'
});
我有這樣的templateurl。當我嘗試執行時,我的模板url不起作用。我已附加鏈接到我的應用程序Angular TemplateURL。請幫助我解決問題。AngularJs templaturl錯誤
在訪問你的路線,你做了什麼錯誤? –
根據你的github鏈接的項目結構,templateUrl是不是pages/Contact.html? – chaoticmind
設置基準href元標記,然後使用/ –