Skip to content
This repository has been archived by the owner on Aug 30, 2021. It is now read-only.

Commit

Permalink
add bootstrap class 'unstyled' to remove bullet points in article list
Browse files Browse the repository at this point in the history
  • Loading branch information
Brent Westmoreland committed Jul 23, 2013
1 parent 06436c0 commit b9d9b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/views/articles/list.html
Original file line number Diff line number Diff line change
@@ -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>
Expand Down

0 comments on commit b9d9b61

Please sign in to comment.