Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

filterFilter's behaviour is changed (comparing with 1.1.5) #5117

Closed
yasar opened this issue Nov 25, 2013 · 1 comment
Closed

filterFilter's behaviour is changed (comparing with 1.1.5) #5117

yasar opened this issue Nov 25, 2013 · 1 comment

Comments

@yasar
Copy link

yasar commented Nov 25, 2013

Just recently upgraded my app from ng 1.1.5 to 1.2.2 .
The structure for the part with the issue is,

  1. a sort of form to add privileges. This form is also used for filtering the list below.
  2. 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:

1.1.5 (working): [http://jsfiddle.net/yasarbayar/5zkH4/][1]

1.2.2 (not-working): [http://jsfiddle.net/yasarbayar/h4vYL/][2]

I assume, this is a bug.

@petebacondarwin
Copy link
Contributor

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 ""

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants