mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
f21e78244f
Third party controls require a ControlValueAccessor to function with Angular Forms. Many of them, like Polymer's <paper-input>, behave like the <input> native element and thus can use the DefaultValueAccessor. Adding an ng-default-control attribute will now allow them to use that directive. Closes #5076