Skip to content
This repository was archived by the owner on Sep 5, 2024. It is now read-only.

Conversation

devversion
Copy link
Member

  • The icon demo with the SVG files from URLs was not working for the codepen checkout, because it seems like the "inlined" SVG has some escaping issues (especially when being wrapped inside of single qoutes inside of HTML).
  • Moving the SVG template into the Script (as same as for the decoded SVG) does fix the issue, and is also makes the demo look better.

Fixes #9561.

* The icon demo with the SVG files from URLs was not working for the codepen checkout, because it seems like the "inlined" SVG has some escaping issues (especially when being wrapped inside of single qoutes inside of HTML).

* Moving the SVG template into the Script (as same as for the decoded SVG) does fix the issue, and is also makes the demo look better.

Fixes angular#9561.
@devversion devversion added the needs: review This PR is waiting on review from the team label Oct 7, 2016
@devversion devversion added this to the 1.1.2 milestone Oct 7, 2016
@ThomasBurleson
Copy link
Contributor

Nice!

@ThomasBurleson ThomasBurleson added pr: merge ready This PR is ready for a caretaker to review and removed needs: review This PR is waiting on review from the team labels Oct 9, 2016
@ThomasBurleson ThomasBurleson merged commit f03c513 into angular:master Oct 9, 2016
@devversion devversion deleted the fix/icon-codepen-demo branch October 9, 2016 11:46
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
pr: merge ready This PR is ready for a caretaker to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

demos(): "Edit on Codepen" icon not working in icon demo
2 participants