1.0.13 • Published 8 years ago

angular-ab-test v1.0.13

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

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

1.0.13

8 years ago

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago