mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-21 18:42:31 +08:00
Previously, if a viewValue had not yet been set on the element, it could incorrectly produce a parse error. This change prevents the parsers from running if a view value has not yet been committed. Closes #9106 Closes #9260