angular_ast icon indicating copy to clipboard operation
angular_ast copied to clipboard

reject namespaced regular inputs?

Open MichaelRFairhurst opened this issue 8 years ago • 0 comments
trafficstars

Opening a TODO assuming that https://github.com/dart-lang/angular_ast/pull/60 gets merged.

This PR adds support for <div x:y="z"> and <div [attr.x:y]="z">. However, we may want to either test that <div [x:y]="z"> is allowed, or specifically reject it. The PR likely does the former, but does not add tests if that's what we want.

MichaelRFairhurst avatar Sep 13 '17 20:09 MichaelRFairhurst