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.
Just recently upgraded my app from ng 1.1.5 to 1.2.2 .
The structure for the part with the issue is,
a sort of form to add privileges. This form is also used for filtering the list below.
an ng-repeat list to list the privileges defined.
It used to work as described, but changed its behaviour after 1.2.2, now the listing comes empty, after i change the select options then based on the selected items, filter kicks in and shows only the filtered rows.
So, just couldn't find a way to implement my original design with 1.2.2.
Here are the fiddles for both working and non-working versions, the code in both versions is identical, the only difference is version of the AngularJS library:
This is a duplicate of #5055. The issue is that, now, the only thing that matches everything is undefined. null only matches null and "" only matches ""
Just recently upgraded my app from ng 1.1.5 to 1.2.2 .
The structure for the part with the issue is,
It used to work as described, but changed its behaviour after 1.2.2, now the listing comes empty, after i change the select options then based on the selected items, filter kicks in and shows only the filtered rows.
So, just couldn't find a way to implement my original design with 1.2.2.
Here are the fiddles for both working and non-working versions, the code in both versions is identical, the only difference is version of the AngularJS library:
I assume, this is a bug.
The text was updated successfully, but these errors were encountered: