diff --git a/js/angular/directive/item.js b/js/angular/directive/item.js index a31b2f3cf9..29e9092740 100644 --- a/js/angular/directive/item.js +++ b/js/angular/directive/item.js @@ -1,5 +1,5 @@ var ITEM_TPL_CONTENT_ANCHOR = - ''; + ''; var ITEM_TPL_CONTENT = '
'; /** @@ -58,7 +58,6 @@ function($animate, $compile) { $scope.$href = function() { return $attrs.href || $attrs.ngHref; }; - $scope.$target = $attrs.href || '_self'; }; } };