David %!s(int64=10) %!d(string=hai) anos
pai
achega
ed0fc5cdd6
Modificáronse 1 ficheiros con 7 adicións e 1 borrados
  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>