From 66bfb71b8229010f501e3a6e6daf2ccc516d8b25 Mon Sep 17 00:00:00 2001 From: Max Lynch Date: Sun, 1 Jun 2014 19:36:27 -0500 Subject: [PATCH] Removed rider --- js/angular/directive/item.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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'; }; } };