mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
Removed rider
This commit is contained in:
3
js/angular/directive/item.js
vendored
3
js/angular/directive/item.js
vendored
@@ -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';
|
||||
};
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user