angular-ab-test
v1.0.13
Published
Simple A/B testing for AngularJS
Downloads
29
Readme
#Angular A/B Test
Simple A/B testing directive because Optimizely is pretty rough at working with AngularJS projects.
Get Started
Add an <experiment> tag like so:
<experiment name="sample-test" variant="a">
<p>a variation</p>
</experiment>It will show if there's a value for abtests in your localStorage that happens to look like this:
[{"name":"sample-test","value":"a"}]
