I need to pass dynamic app-argument param into content attribute. I tried to use different metatags plugins such as https://github.com/AvraamMavridis/angular-metatags, creating directives also lead me to fail. Need help
Sander Elias
unread,
Mar 14, 2016, 11:49:46 PM3/14/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AngularJS
Hi Sergey,
Really? You want to put the cost of downloading angular into a Add-banner?
David Tulloh
unread,
Mar 15, 2016, 1:41:02 AM3/15/16
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
I need to pass dynamic app-argument param into content attribute.
Hi Sergio,
It is possible to pass dynamic
data into app-argument but it must be done before the page finishes
loading. At this point Safari reads the metadata field and does not
reread it.
This does provide some limitations, for example you cannot do an asynchronous request for the data.
As to the specifics of why Angular isn't working for you in that instance... it shouldn't be complicated just a standard template output. You need to provide some code that isn't working otherwise all I can suggest is read the documentation.