Marc B Did you find a solution to this?
ng-repeat removes keys that start with $, that's why you don't see the methods in the view? Search for 'collection.hasOwnProperty(key) && key.charAt(0) != '$'' in http://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.1/angular.js Also try to use latest version of angularFire, earliest versions are very buggy... On Wednesday, February 19, 2014 9:08:44 AM UTC-4:30, Martin Alix wrote: > > I would try and put a breakpoint in the filter code to see what the call > stack and arguments look like... I auspect ng-repeat is doing something you > are not doing in your controller... > Do you have a Plunkr/JSBin of this? -- 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/d/optout.
