https://github.com/ericfreeman/angular-ab-test
Simple A/B testing for AngularJS
https://github.com/ericfreeman/angular-ab-test
ab-testing angularjs
Last synced: about 1 year ago
JSON representation
Simple A/B testing for AngularJS
- Host: GitHub
- URL: https://github.com/ericfreeman/angular-ab-test
- Owner: EricFreeman
- Created: 2016-05-20T00:36:27.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T21:05:55.000Z (almost 9 years ago)
- Last Synced: 2025-04-09T12:08:37.100Z (about 1 year ago)
- Topics: ab-testing, angularjs
- Language: HTML
- Size: 121 KB
- Stars: 6
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular A/B Test
[](https://badge.fury.io/js/angular-ab-test)
[](https://badge.fury.io/bo/angular-ab-test)
Simple A/B testing directive because [Optimizely](https://www.optimizely.com/) is pretty rough at working with AngularJS projects.
---
[Example](http://ericfreeman.github.io/angular-ab-test/#/example) | [Documentation](http://ericfreeman.github.io/angular-ab-test/#/documentation)
---
## Get Started
Add an `` tag like so:
```
a variation
```
It will show if there's a value for `abtests` in your localStorage that happens to look like this:
`[{"name":"sample-test","value":"a"}]`