hi is it possible to change meta tags in angularjs application. i mean to 
say different pages have different meta taggs well i have tried and it 
working (i changed meta tags with $rootScope )but only one thing is that i 
am not able to see metatags in in he page soures. when i hover over browser 
tab it shows me actual content which i have set. but when i view source i 
see something like below:-- i wanted to chnage it with actual value 
<title>{{MetaTags.description}}</title> 
<meta charset="utf-8"> <base href="/"> <meta http-equiv="X-UA-Compatible" 
content="IE=edge"> <meta name="viewport" content="width=device-width, 
initial-scale=1, minmum-scale=1, maximum-scale=1"> <meta name="description" 
content="{{MetaTags.description}}" id="description"/> <meta name="keywords" 
content="{{MetaTags.keywords}}" /> i am really wondered when we write 
ng-app="appName" and set it on html tag then this means that we have 
$rootScope thing which can change any value anywhere or may be i am 
misunderstanding this metatags concepts. or iam just not able to find out 
what is goin on here? 

-- 
You received this message because you are subscribed to the Google Groups 
"Angular and AngularJS discussion" 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