Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit d8320a1

Browse files
committed
Merge branch 'ngRepeat-animations' of https://github.com/pondermatic/angular.js into ngRepeat-animations
2 parents 7a98172 + 47bd3a4 commit d8320a1

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/ng/directive/ngRepeat.js

-5
Original file line numberDiff line numberDiff line change
@@ -339,15 +339,10 @@ var ngRepeatDirective = ['$parse', '$animate', '$compile', function($parse, $ani
339339
scope.$odd = !(scope.$even = (index & 1) === 0);
340340
};
341341

342-
// var getBlockStart = function(block) {
343-
// return block.clone[0];
344-
// };
345-
346342
var getBlockEnd = function(block) {
347343
return block.clone[block.clone.length - 1];
348344
};
349345

350-
351346
return {
352347
restrict: 'A',
353348
multiElement: true,

0 commit comments

Comments
 (0)