Skip to content

Instantly share code, notes, and snippets.

@radrice
radrice / fsAngular.js
Created February 9, 2016 15:41
A quick setup for AngularJS + FullStory
/*
A kludgey example of how to use FullStory with AngularJS.
Just shove it into .run :-)
Do with it as you please, but use at your own risk.
This is not officially sanctioned code and intended to provide an example
of how FullStory is implemented in an Angular application.
*/
(function(){
'use strict';