0
I持って、私は、角ジャンゴ・角速度でき
のindex.html
を使用しているHTML内で、 htmlファイル含むAPIだけでなく、静的なファイルを提供 あるジャンゴ<div class="container">
<div class="row">
<div class="col-sm-8 blog-main">
<div ng-view></div>
</div>
</div>
</div>
app.js
sampleApp.config(['$routeProvider',
function($routeProvider) {
$routeProvider.
when('/', {
templateUrl: '/static/views/home.html',
controller: 'index_ctrl'
})
}
]);
home.html
<div class="blog-post" ng-repeat="x in data">
<p class="blog-post-title"><a href="">{{ x.title }}</a></p>
<p class="blog-post-meta"><i class="fa fa-clock-o"> {{ x.pub_date|date }}</i> </p>
{{ x.description|limitTo:'50'}}
<p><a href="">See more</a></p>
<hr />
</div>
私は、私のテキストを制限するものではない角度フィルタを見つける代わりに、代替選択肢となる可能性がどのようなすべてのテキストを....出力?
私はまた、Djangoのフィルタタグ{{ x.description|truncatewords:'50'}}
を使用しようとしましたが、あなたはDjangoのテンプレート言語そのテンプレートタグとangularjsを使用した場合の角度は、事前