Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preprocessor improvements #34

Merged
merged 2 commits into from
May 9, 2017
Merged

Preprocessor improvements #34

merged 2 commits into from
May 9, 2017

Conversation

thymikee
Copy link
Owner

@thymikee thymikee commented May 9, 2017

Summary
During preprocessing, preset is wrapping HTML into a template literal. This caused bugs, when ${ or backtick (`) was used inside HTML template, which are valid chars in Angular-land.

As a workaround these special characters are now escaped.

Test plan
Enhanced example

@thymikee thymikee merged commit ad27400 into master May 9, 2017
@thymikee thymikee deleted the preprocessor-improvements branch May 9, 2017 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant