add bootstrap class 'unstyled' to remove bullet points in article list

This commit is contained in:
Brent Westmoreland
2013-07-23 13:26:03 -04:00
parent bbf8727d60
commit cb62e46f16

View File

@@ -1,5 +1,5 @@
<section data-ng-controller="ArticlesController" data-ng-init="find()">
<ul>
<ul class="unstyled">
<li data-ng-repeat="article in articles">
<span>{{article.created | date:'medium'}}</span> /
<span>{{article.user.name}}</span>