Removed rider

This commit is contained in:
Max Lynch
2014-06-01 19:36:27 -05:00
parent 07fa80a815
commit 66bfb71b82

View File

@@ -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>';
/**
@@ -58,7 +58,6 @@ function($animate, $compile) {
$scope.$href = function() {
return $attrs.href || $attrs.ngHref;
};
$scope.$target = $attrs.href || '_self';
};
}
};