mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(ionItem): fix error when repeating
This commit is contained in:
2
js/angular/directive/item.js
vendored
2
js/angular/directive/item.js
vendored
@@ -35,8 +35,6 @@ function($animate, $compile) {
|
||||
this.$scope = $scope;
|
||||
this.$element = $element;
|
||||
}],
|
||||
priorty: Number.MAX_VALUE,
|
||||
require: ['ionItem', '^ionList'],
|
||||
scope: true,
|
||||
compile: function($element, $attrs) {
|
||||
var isAnchor = angular.isDefined($attrs.href) || angular.isDefined($attrs.ngHref);
|
||||
|
||||
Reference in New Issue
Block a user