This repository was archived by the owner on Apr 12, 2024. It is now read-only.
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
Document ngModel.$setValidity breaking change in the Changelog #8357
Closed
Description
At some point in the 1.3.x branch ngModel.$modelValues were set as undefined when invalid. I couldn't find this change documented in the changelog, but it did break validation in our case.
1.2.x behavior: http://codepen.io/ItsLeeOwen/pen/EfwKC
1.3.x behavior: http://codepen.io/ItsLeeOwen/pen/CwALx