style(collectionRepeat): fix jshint errors

This commit is contained in:
Andrew
2015-02-09 11:58:19 -07:00
parent b7a0968933
commit 83cc181800
2 changed files with 2 additions and 2 deletions

View File

@@ -227,7 +227,7 @@ function($collectionRepeatManager, $collectionDataSource, $parse) {
element: (el = jqLite(child)),
scope: el.isolateScope() || el.scope(),
isOutside: true
})
});
}
}

View File

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