Skip to content

Commit

Permalink
Merge pull request #992 from pgiraud/layertree_missing_closing_tag
Browse files Browse the repository at this point in the history
Adding missing closing chevron
  • Loading branch information
Pierre GIRAUD committed Apr 6, 2016
2 parents 7c24c4a + cf6760a commit 0728dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contribs/gmf/src/directives/layertree.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ gmf.module.value('gmfLayertreeTemplate',
'ngeo-layertree-nodelayer="gmfLayertreeCtrl.getLayer(node, depth)" ' +
'ngeo-layertree-listeners="gmfLayertreeCtrl.listeners(treeScope, ' +
'treeCtrl)" ' +
'ngeo-layertree-templateurl="' + subTemplateUrl + '"' +
'ngeo-layertree-templateurl="' + subTemplateUrl + '">' +
'</div>';
});

Expand Down

0 comments on commit 0728dbe

Please sign in to comment.