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

Support custom elements, like Angular directives or Ionic tags #46

Merged
merged 1 commit into from Jan 15, 2017

Conversation

St4rHospit4l1tyS0l
Copy link

Support custom elements, like Angular directives or Ionic tags.

I use a wildcard "!" to add this custom tags, i.e.,

!ion-items>!ion-item

transforms into:

<ion-items>
  <ion-item>
  </ion-item>
</ion-items>

@madskristensen madskristensen merged commit 7515a11 into madskristensen:master Jan 15, 2017
@madskristensen
Copy link
Owner

Great idea!

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.

None yet

3 participants