You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both grunt serve and build always yield the following: <title ng-bind="ngMeta.title"></title> <meta name="description" content="{{ngMeta.description}}">
after correcting configuring and adding the preferred meta on the page in question:
data: {
meta: {
'title': 'Home page',
'description': 'This is the description'
}
}
In the controller have also tried the following with no effect:
ngMeta.setTitle('Demo page');
ngMeta.setDescription('This is the description of the demo page');
No errors in the console.
Hope you can help
The text was updated successfully, but these errors were encountered:
Hi,
Have followed your steps 1-5 carefully.
Both grunt serve and build always yield the following:
<title ng-bind="ngMeta.title"></title> <meta name="description" content="{{ngMeta.description}}">
after correcting configuring and adding the preferred meta on the page in question:
In the controller have also tried the following with no effect:
No errors in the console.
Hope you can help
The text was updated successfully, but these errors were encountered: