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

Commit b9d9b61

Browse files
author
Brent Westmoreland
committed
add bootstrap class 'unstyled' to remove bullet points in article list
1 parent 06436c0 commit b9d9b61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

public/views/articles/list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<section data-ng-controller="ArticlesController" data-ng-init="find()">
2-
<ul>
2+
<ul class="unstyled">
33
<li data-ng-repeat="article in articles">
44
<span>{{article.created | date:'medium'}}</span> /
55
<span>{{article.user.name}}</span>

0 commit comments

Comments
 (0)