Skip to content

Commit

Permalink
update bug #11 - hidden using ng-show
Browse files Browse the repository at this point in the history
  • Loading branch information
nihaopaul committed Nov 24, 2013
1 parent f164b8c commit 66bbaa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/partials/viewMember.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
</div>
</td>
</tr>
<tr>
<tr ng-show="badges.length";>
<th>Badges</th>
<td>
<img ng-repeat="(name, icon) in badges" ng-src="images">
Expand Down

0 comments on commit 66bbaa2

Please sign in to comment.