You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
When I enter more than three characters the input is set as invalid and then set as valid immediately after due to the model value being set to undefined as a result of the first formatter.
Fix the collecting of directives from elements that will get replaced
by another directive on an attribute. If the element has an attribute
or class directive that will replace the entire element, then do not
collect the directive on the element
Closesangular#2573
BREAKING CHANGE:
* Will break directives that made the assumption that any directive
on the replaced element would get collected
* Will break directives that expect to be collected twice when they
were replaced by another directive that is marked as replace
Given that I've got the following HTML template:
And the directive definition:
When I enter more than three characters the input is set as invalid and then set as valid immediately after due to the model value being set to undefined as a result of the first formatter.
Here is a Fiddle that shows the behaviour: http://jsfiddle.net/katranci/G8znC/
The text was updated successfully, but these errors were encountered: