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

Commit f3c6062

Browse files
authored
style(ngRepeat): getBlockStart function is no longer needed
1 parent 263be6b commit f3c6062

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Diff for: src/ng/directive/ngRepeat.js

-4
Original file line numberDiff line numberDiff line change
@@ -339,10 +339,6 @@ 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
};

0 commit comments

Comments
 (0)