Created
June 23, 2015 03:27
-
-
Save roykolak/afda5e53495fd6116fb6 to your computer and use it in GitHub Desktop.
experiment-api.html
This file contains 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
<ui-experiment> | |
<ui-variant id="control"> | |
<h3>Control</h3> | |
</ui-variant> | |
<ui-variant id="variant1"> | |
<h3>Variant 1</h3> | |
</ui-variant> | |
<ui-variant id="variant2"> | |
<h3>Variant 2</h3> | |
</ui-variant> | |
</ui-experiment> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment