Skip to content

Commit

Permalink
Fix error introduced through rebasing
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Kuenzli authored and fredj committed Dec 5, 2017
1 parent 850e068 commit 8c3f1ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contribs/gmf/src/directives/partials/layertree.html
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@
ng-if="::layertreeCtrl.node.children"
ng-class="{collapse: !layertreeCtrl.isRoot, in : layertreeCtrl.node.metadata.isExpanded}"
ngeo-sortable="::layertreeCtrl.isRoot && layertreeCtrl.node.children"
ngeo-sortable-options="{handleClassName: 'ngeo-sortable-handle', draggerClassName: 'gmf-layertree-dragger', currDragItemClassName : 'gmf-layertree-curr-drag-item'}"
ngeo-sortable-options="{handleClassName: 'ngeo-sortable-handle', draggerClassName: 'gmf-layertree-dragger', placeholderClassName : 'gmf-layertree-curr-drag-item'}"
ngeo-sortable-callback="::gmfLayertreeCtrl.afterReorder"
ngeo-sortable-callback-ctx="::gmfLayertreeCtrl">

Expand Down

0 comments on commit 8c3f1ad

Please sign in to comment.