[#1710] fix to party-in-header

This commit is contained in:
Tyler Renelle
2013-11-01 20:32:43 -07:00
parent 62b2d5780b
commit 87bc7fd722
3 changed files with 8 additions and 9 deletions
+1 -1
View File
@@ -27,7 +27,7 @@
i.icon-signal
// party
span(ng-controller='PartyCtrl')
.herobox-wrap(ng-repeat='profile in party.members | filter:removeSelf')
.herobox-wrap(ng-repeat='profile in partyMinusSelf')
include avatar
.NPC-Bailey-Head(ng-show='user.flags.newStuff', tooltip='Psst', tooltip-placement='top', ng-click='modals.newStuff=true')