*short question:* does angularjs template engine use a parser with
char-by-char / regexp formula to find and rendering values in its markups?
*the topic:*
I was trying to understand angularjs markups, i have not examined in detail
and i didn't find any docs about how angularjs template engine really works.
Does it use a *special html/js mechanism*?
*Or Is it just a parser?* In this case, isn't it a *slow* ( and , how
previous article explains, *spaghetti code* ) approach? i mean, are we
really just replacing this:
$("#myname").html("my name"); -> fast DOM access and modification
for this:
{{myname}} -> less code but requires an entire page parsing (?)
Is there something i'm missing?
Thank you in advance
--
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.