CSS
.list-group-item:first-child{
border-top: none !important;
}
HTML
<li class="list-group-item" ng-repeat="user in data">
{{user.name}}
</li>
What's wrong with my first-child?
demo here http://plnkr.co/edit/FKXdsJRc9eu4TiN9UPMY?p=preview