David 10 years atrás
parent
commit
ed0fc5cdd6
1 changed files with 7 additions and 1 deletions
  1. 7 1
      front/sources.html

+ 7 - 1
front/sources.html

@@ -41,7 +41,13 @@
 				</section>
 			</div>
 			<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 style="clear: both"></div>
 		</div>