在我離開挫折之前,在Jquery中執行此操作之前,我想我會問什麼是角度方式?AngularJS在從JSON填充內容時在頭部設置標題和描述
我正在使用基於AngularJS站點上Phonecat教程示例的模型構建AngularJS站點。
我發現這個method設置頁面的標題,並可以找出如何修改它做描述,以及在應用程序配置,但是這不工作時,我通過json填充內容的網頁。我也嘗試過使用ngbind方法,但還沒有找到一個可行的解決方案,因爲我認爲這與加載文件的順序有關。
例如
when('/faq', {
templateUrl: 'sub_pages/articles.html',
title: 'Landing page title goes here, not to big a deal'
}).
when('/things-to-do/:activityID', {
templateUrl: 'sub_pages/activity-detail.html',
controller: 'activityDetailCtrl',
title: 'If I put a title here it will be the same on all of these pieces of content'
}).
我可以以設置兩個着陸頁,也能畫從JSON提要其內容的網頁標題中使用什麼方法?
編輯 - 回答以下
請提供一個基於你不工作的解決方案的PLUNK,以便我們能夠處理它。 – domokun
隨着所涉及的依賴的數量將plunkr甚至處理? – user3779215
我只看到'ng-route'作爲dep。還有什麼? – domokun