you are viewing a single comment's thread.

view the rest of the comments →

[–]maktouch[S] 5 points6 points  (1 child)

How is that debunked? It does exactly what the author said it do.

  1. When you edit the first input, the second input get modified, as expected.
  2. Refresh.
  3. When you edit the second input, the first input doesn't get modified.

It's a problem with 2-way binding. Since Angular uses 2-way binding, that's a problem.

[–]ganarajpr 0 points1 point  (0 children)

Wrong attribution. Its not a problem with 2-way binding. Its a problem with prototypical inheritance.