mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
style(collectionRepeat): fix jshint errors
This commit is contained in:
2
js/angular/directive/collectionRepeat.js
vendored
2
js/angular/directive/collectionRepeat.js
vendored
@@ -227,7 +227,7 @@ function($collectionRepeatManager, $collectionDataSource, $parse) {
|
||||
element: (el = jqLite(child)),
|
||||
scope: el.isolateScope() || el.scope(),
|
||||
isOutside: true
|
||||
})
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -323,7 +323,7 @@ function($rootScope, $timeout) {
|
||||
primaryPos, secondaryPos
|
||||
));
|
||||
item.primaryPos = primaryPos;
|
||||
item.secondaryPos = secondaryPos
|
||||
item.secondaryPos = secondaryPos;
|
||||
}
|
||||
|
||||
var width = this.isVertical ? itemDimensions.secondarySize : itemDimensions.primarySize;
|
||||
|
||||
Reference in New Issue
Block a user