On 15 March 2016 at 08:03, Sergey Kiselev <[email protected]> wrote:
> 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. More details: http://stackoverflow.com/questions/31289530/load-ios-smart-app-banner-through-javascript 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. David -- 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.
