diff --git a/js/angular/directive/item.js b/js/angular/directive/item.js index 1a44bf4328..1d8fa4093e 100644 --- a/js/angular/directive/item.js +++ b/js/angular/directive/item.js @@ -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);