|
@@ -41,7 +41,13 @@
|
|
|
</section>
|
|
</section>
|
|
|
</div>
|
|
</div>
|
|
|
<div class="article-wrapper">
|
|
<div class="article-wrapper">
|
|
|
- <div id="news" ng-bind-html="newsArticle"></div>
|
|
|
|
|
|
|
+ <h4>{{parsed_articles.length}}</h4>
|
|
|
|
|
+ <section ng-repeat="a in parsed_articles" ng-class-odd="'odd-news'" ng-class-even="'even-news'">
|
|
|
|
|
+ <div class="title">
|
|
|
|
|
+ <h4>{{a}}</h4>
|
|
|
|
|
+ </div>
|
|
|
|
|
+ </section>
|
|
|
|
|
+
|
|
|
</div>
|
|
</div>
|
|
|
<div style="clear: both"></div>
|
|
<div style="clear: both"></div>
|
|
|
</div>
|
|
</div>
|