Skip to content

Commit

Permalink
Opening/expanding a row should collapse all other rows
Browse files Browse the repository at this point in the history
  • Loading branch information
abjerner committed Oct 20, 2016
1 parent 0303a20 commit eb24cd0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@
</div>
<div class="umb-table-cell col-actions">
<div>
<a href="#" ng-click="item.$showInfo = !item.$showInfo" prevent-default="" title="Rediger rækken"><i class="icon icon-edit"></i></a>
<a href="#" ng-click="toggleOpen(item)" prevent-default="" title="Rediger rækken"><i class="icon icon-edit"></i></a>
<a href="#" ng-click="removeItem($index);" prevent-default="" title="Slet rækken"><i class="icon icon-delete red"></i></a>
<span prevent-default="" title="Flyt rækken"><i class="icon icon-navigation handle"></i></span>
</div>
Expand Down

0 comments on commit eb24cd0

Please sign in to comment.