I have some json that represents an object which looks something like this:

    // The json actually comes from our database.
    var obj = { 'field': 'myField', 'formatter': 
'FormatterService.getIntFormatter' };

I need to parse the obj.formatter reference into the actual function that 
is returned by the FormatterService. I've looked at the doc for both $parse 
and $interpolate, but I don't think either of these will convert the string 
reference to the function. 

Is there a way to do 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.

Reply via email to