Skip to content

Commit

Permalink
Merge pull request #3570 from camptocamp/misc
Browse files Browse the repository at this point in the history
Remove unused compile service
  • Loading branch information
fredj committed Feb 23, 2018
2 parents a6e1530 + f525131 commit bddcc53
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/layertree/component.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,15 +110,14 @@ ngeo.layertree.component.value('ngeoLayertreeTemplateUrl',
* }
* @htmlAttribute {string} ngeo-layertree-listenersexpr Expression that will be parsed
* to be a {@link ngeo-layertree-listeners}.
* @param {angular.$compile} $compile Angular compile service.
* @param {string|function(!angular.JQLite=, !angular.Attributes=)}
* ngeoLayertreeTemplateUrl Template URL for the directive.
* @return {angular.Directive} The Directive Definition Object.
* @ngInject
* @ngdoc directive
* @ngname ngeoLayertree
*/
ngeo.layertree.component.directive_ = function($compile, ngeoLayertreeTemplateUrl) {
ngeo.layertree.component.directive_ = function(ngeoLayertreeTemplateUrl) {
return {
restrict: 'A',
scope: true,
Expand Down

0 comments on commit bddcc53

Please sign in to comment.