angular-ga icon indicating copy to clipboard operation
angular-ga copied to clipboard

Uncaught TypeError: Cannot read property 'substr' of undefined

Open raghu64 opened this issue 9 years ago • 0 comments

I added ga event on checkbox click and it's working fine. But its throwing me error on my subsequent clicks.

Uncaught TypeError: Cannot read property 'substr' of undefined(…) onEvent @ ga.js:54 defaultHandlerWrapper @ angular.js:3384 eventHandler @ angular.js:3372

and in my code i'm using the ga event as

and i'm using [email protected]

Can anyone help me in figuring out how to solve this issue.

Thanks

raghu64 avatar Dec 13 '16 15:12 raghu64