Skip to content

Commit

Permalink
fix(ionItem): fix error when repeating
Browse files Browse the repository at this point in the history
  • Loading branch information
ajoslin committed May 5, 2014
1 parent 611525e commit f370db4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions js/angular/directive/item.js
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit f370db4

Please sign in to comment.