Unverified Commit ac16b2a4 authored by Robert Knight's avatar Robert Knight Committed by Sean Hammond

Remove unused controller method

parent 030ecbc6
...@@ -443,10 +443,6 @@ function AnnotationController( ...@@ -443,10 +443,6 @@ function AnnotationController(
return serviceUrl('search.tag', {tag: tag}); return serviceUrl('search.tag', {tag: tag});
}; };
vm.target = function() {
return vm.annotation.target;
};
// Note: We fetch the feature flag outside the `isOrphan` method to avoid a // Note: We fetch the feature flag outside the `isOrphan` method to avoid a
// lookup on every $digest cycle // lookup on every $digest cycle
var indicateOrphans = features.flagEnabled('orphans_tab'); var indicateOrphans = features.flagEnabled('orphans_tab');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment