ng-optimizely icon indicating copy to clipboard operation
ng-optimizely copied to clipboard

Integrate AngularJS and Optimizely

Results 5 ng-optimizely issues
Sort by recently updated
recently updated
newest added

I came across a new change in optimizely, where the script should be changed from https://cdn.optimizely.com/js/key.js to https://cdn-pci.optimizely.com/js/key.js (the difference here is cdn-pci). We should only have the PCI one...

Could you provide an example template snippet for variants?

I've implemented the ng-optimizely script into my demo Angular site, but I keep getting an error message: Error: next is undefined When trying to change virtual pageviews, and my experiments...

In the current implementation, there is a small but definitely noticable FOUC since the DOM is rendered and displayed before Optimizely actually is ready running it's scripts. It is visible...

As per the [Optimizely JS API](http://developers.optimizely.com/javascript/guide/index.html) users may sometimes wish to access the Optimizely Data Object. ![data-object](https://cloud.githubusercontent.com/assets/2603218/8992329/effd5db2-36cb-11e5-93ee-32ac1a32dcfa.gif) This object can be tricky to load within Angular's scope. I'm currently able...