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 was archived by the owner on Apr 12, 2024. It is now read-only.
This is expected behavior. It happens because initially the expression is undefined, but when you clear the field it is an empty string (and undefined !== '').
See #12060 for more context and possible work-arounds.
What is the current behavior?
On ng-repeat filter: model : true (strict) If i do a filter in the array and then cleaned the input, it does not return to normal state (not filtered)
Angular version
1.4.9
Link to reproduce the bug
http://plnkr.co/edit/my0ilXPu7aTUIiKxOI4n?p=preview
Steps
What is the expected behavior?
I suppose the expected behavior is return the ng-repeat array complete (not filtered).
The text was updated successfully, but these errors were encountered: