Created
June 15, 2016 12:31
-
-
Save otherjohn/a85542be902108fd6ad88612f36b4d6e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<body> | |
<app> | |
<h1>Some Heading</h1> | |
<p>some content</p> | |
<someDirective></someDirective> | |
<someOtherDirective> | |
<p>default content</p> | |
</sommeOtherDirective> | |
</app> | |
</body> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment