Hi Josh,
While this might be possible using the compiler, I think it's much simpler
to solve this with the use of ES6 string templates
<https://developer.mozilla.org/nl/docs/Web/JavaScript/Reference/template_strings>.
No costly operations are needed for that.
var obj = {FullName:"Josh Pendergrass", Id:123};
var expression = 'Name : ${FullName}`;
Will render the same result.
(PS, those things are available natively in all modern browsers
<http://kangax.github.io/compat-table/es6/#test-template_strings>)
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 https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.