Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-07-05T21:05:55.000Z (over 7 years ago)
- Last Synced: 2024-10-14T04:41:21.785Z (3 months ago)
- Topics: ab-testing, angularjs
- Language: HTML
- Size: 121 KB
- Stars: 6
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Angular A/B Test
[![npm version](https://badge.fury.io/js/angular-ab-test.svg)](https://badge.fury.io/js/angular-ab-test)
[![Bower version](https://badge.fury.io/bo/angular-ab-test.svg)](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"}]`