Skip to content

Commit cd5efa0

Browse files
tsclausgkalpak
authored andcommitted
docs(ngRepeat): fix argument name in comment to match actual argument (element --> clone)
Closes angular#15975
1 parent e79c472 commit cd5efa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ng/directive/ngRepeat.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ var ngRepeatDirective = ['$parse', '$animate', '$compile', function($parse, $ani
429429
// Store a list of elements from previous run. This is a hash where key is the item from the
430430
// iterator, and the value is objects with following properties.
431431
// - scope: bound scope
432-
// - element: previous element.
432+
// - clone: previous element.
433433
// - index: position
434434
//
435435
// We are using no-proto object so that we don't need to guard against inherited props via

0 commit comments

Comments
 (0)