Hi, This is not a bug. Angular gives the 'model attribute' a single digest cycle for the value to settle before the watcher is removed.
See the 'Value stabilization algorithm' section here <https://docs.angularjs.org/guide/expression> Regards Justin On Tuesday, 27 January 2015 10:17:07 UTC+2, Hoàng Ngọc Dũng wrote: > > Hi friends > Please take a look into my comments. > http://jsfiddle.net/lovedota/f4neo3rq/ > At the first time the $$watchers.count is 3, after I key something in > textbox, or click button, $$watchers.count is 2. > It seems a bug of angular one time binding not reducing $$watchers at the > first time. Thanks ! > -- You received this message because you are subscribed to the Google Groups "AngularJS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/angular. For more options, visit https://groups.google.com/d/optout.
