Hi Tim.

The problem is in the lay-out of your data. This is from your data.

      "Products_Categories": [
         {
            "$id": "2",
            ...
            }
         },
         {
            "$id": "3",
            ...
         },
         {
            "$id": "4",
            ...
             }
         }
      ]
   },

Do you don’t have 

Products_Categories.CategoryID 

but 

Products_Categories.[{CategoryID1...},{CategoryID2..}...]

That is more complex as the filter currently allows. Also, this is way more 
complex then a data structure should be. If you want I can make it to work, 
but this is not something I will do in my spare time!
Do you have somebody in your surroundings with knowledge on database 
design? If so, let him fix your database before going further with this.

Regards
Sander

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/angular.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to