I have the following in *<head>* of html:
*<meta name="{{meta.name}}" property="{{meta.property}}"
content="{{meta.content}}" ng-repeat="meta in metas" />*
*metas* is an array that is added to *$rootScope*. However, there are meta
tags which require *name* and other which require *property*, but not both.
So, the way it is implemented, some *name* ou *property* will be empty, and
that is a problem.
I thought of creating a directive *<meta-tags>* but it seems angular
doesn't parse it in *<head>* section. Any ideas?
--
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.