Closed djkunkel closed 8 years ago
at least one scan for each element in the repeater
it's ok for usual binding (if you use directives), but here "fast binding" is used, yes it makes extra scans (at least if you use more then one bindonce), I will fix it.
fixed
Thank you!
On May 24, 2016 2:57 PM, Oleg Nechaev notifications@github.com wrote:
fixed
— You are receiving this because you authored the thread. Reply to this email directly or view it on GitHubhttps://github.com/lega911/angular-light/issues/166#issuecomment-221364800
Is this normal? When using static binding syntax (or one time binding) inside al-repeat scan debug shows at least one scan for each element in the repeater. When using normal binding {{x}} this doesn't happen. Is this a quirk of the debugger or is there something to this?
http://jsfiddle.net/keeuo1Lk/