mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-05-26 18:43:07 +08:00
This option allows to write invalid values to the model instead of having them become undefined. Use this together with calling `ctrl.$setValidity` directly for displaying errors from serverside validation. Closes #8290 Closes #8313