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

Commit

Permalink
BUG: Removed a ng-binding to article.content in user-list.client.view…
Browse files Browse the repository at this point in the history
….html
  • Loading branch information
rhutchison committed Aug 1, 2015
1 parent 9c0068c commit 2747df6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ <h1>Users</h1>
<div class="list-group">
<a data-ng-repeat="user in pagedItems" data-ui-sref="admin.user({userId: user._id})" class="list-group-item">
<h4 class="list-group-item-heading" data-ng-bind="user.username"></h4>
<p class="list-group-item-text" data-ng-bind="article.content"></p>
<p class="list-group-item-text" data-ng-bind="user.email"></p>
</a>
</div>

This comment has been minimized.

Copy link
@codydaig

codydaig Aug 1, 2015

Member

LGTM


Expand Down

1 comment on commit 2747df6

@codydaig
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Please sign in to comment.