fix(ionItem): fix error when repeating

This commit is contained in:
Andy Joslin
2014-05-05 11:14:27 -06:00
parent 611525ed04
commit f370db45bc

View File

@@ -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);