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
Adding support to use the google-apis element in a Single Page Application, at the moment when the element is dynamically added in the the page, it does not load the library.
Example: When a google-client-loader is loaded in a dom-repeat template element, it do not load the library because when the dom-repeat template is stamped, client libraries are already loaded, but the name and version are not bound, so the library does not get loaded.
The text was updated successfully, but these errors were encountered:
lcaggio
added a commit
to lcaggio/google-apis
that referenced
this issue
Jun 1, 2016
Adding support to use the google-apis element in a Single Page Application, at the moment when the element is dynamically added in the the page, it does not load the library.
Example: When a google-client-loader is loaded in a dom-repeat template element, it do not load the library because when the dom-repeat template is stamped, client libraries are already loaded, but the name and version are not bound, so the library does not get loaded.
The text was updated successfully, but these errors were encountered: