I'll admit that my code is super complex, and it would be overwhelming to 
try to understand the details of it, so I am going to simplify my question 
as much as possible and place a dummy example here in place of providing a 
link to my real code.

ng-options="thing.val as thing.label in things | 
customFilter:this:thing.val"

appname.filter('customFilter', function(){

    return(scope, thingVal) {
        
*        I need "thing.val" to be accessible here as "thingVal"!*

    };

});

So why isn't the above working?

-- 
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 https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to