dart-archive / angular_analyzer_plugin

WORK MOVED TO dart-lang/angular repository
https://github.com/dart-lang/angular/tree/master/angular_analyzer_plugin
68 stars 13 forks source link

detect duplicate bindings #626

Open MichaelRFairhurst opened 6 years ago

MichaelRFairhurst commented 6 years ago

I thought this worked, but I was wrong:

  <div [(ngModel)]="..." (ngModelChange)="...">

instead it fails silently.