docs(ngRepeat): fix argument name in comment to match actual argument (element --> clone)
Closes #15975
This commit is contained in:
committed by
Georgios Kalpakas
parent
e79c472fdd
commit
cd5efa095e
@@ -429,7 +429,7 @@ var ngRepeatDirective = ['$parse', '$animate', '$compile', function($parse, $ani
|
||||
// Store a list of elements from previous run. This is a hash where key is the item from the
|
||||
// iterator, and the value is objects with following properties.
|
||||
// - scope: bound scope
|
||||
// - element: previous element.
|
||||
// - clone: previous element.
|
||||
// - index: position
|
||||
//
|
||||
// We are using no-proto object so that we don't need to guard against inherited props via
|
||||
|
||||
Reference in New Issue
Block a user