Skip to content

Commit

Permalink
Removed rider
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Jun 2, 2014
1 parent 07fa80a commit 66bfb71
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/angular/directive/item.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var ITEM_TPL_CONTENT_ANCHOR =
'<a class="item-content" ng-href="{{$href()}}" target="{{$target}}"></a>';
'<a class="item-content" ng-href="{{$href()}}"></a>';
var ITEM_TPL_CONTENT =
'<div class="item-content"></div>';
/**
Expand Down Expand Up @@ -58,7 +58,6 @@ function($animate, $compile) {
$scope.$href = function() {
return $attrs.href || $attrs.ngHref;
};
$scope.$target = $attrs.href || '_self';
};
}
};
Expand Down

0 comments on commit 66bfb71

Please sign in to comment.