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

Commit

Permalink
Merge pull request #744 from Gym/0.4.0
Browse files Browse the repository at this point in the history
BUG: Removed a ng-binding to article.content in user-list.client.view…
  • Loading branch information
lirantal committed Aug 1, 2015
2 parents 9c0068c + 2747df6 commit a66c3fe
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>

Expand Down

0 comments on commit a66c3fe

Please sign in to comment.