angular-ab-test

Simple A/B testing for AngularJS


Keywords
AngularJS, ab, test
License
ISC
Install
bower install angular-ab-test

Documentation

Angular A/B Test

Simple A/B testing directive because Optimizely is pretty rough at working with AngularJS projects.


Example | Documentation


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"}]