fix: Correct typo in equipment click

This commit is contained in:
Blade Barringer 2016-03-17 08:09:37 -05:00
parent c7310b97ec
commit d4d668a7aa

View file

@ -19,7 +19,7 @@ mixin equipmentList(type)
div(ng-repeat='item in gear[klass] | orderBy: order')
button.customize-option(class='shop_{{::item.key}}',
ng-class='{selectableInventory: user.items.gear.#{type}[item.type] == item.key}',
ng-click='equip(item.key, "${type}")',
ng-click='equip(item.key, "#{type}")',
popover='{{::item.notes()}}', popover-title='{{::item.text()}}',
popover-trigger='mouseenter', popover-placement='right',
popover-append-to-body='true')