Skip to content

Commit

Permalink
Merge pull request #60 from vgavro/master
Browse files Browse the repository at this point in the history
fixed build; updated to 0.2.1
  • Loading branch information
timelf123 authored Jul 26, 2016
2 parents 1c91403 + 5e3badb commit 0142255
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/angulartics-ga.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/angulartics-ga.min.js.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions lib/angulartics-ga.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@ angular.module('angulartics.google.analytics', ['angulartics'])
// https://developers.google.com/analytics/devguides/collection/analyticsjs/sending-hits#hitcallback
if (properties.hitCallback && (typeof properties.hitCallback !== 'function')) {
properties.hitCallback = null;
}

// Making nonInteraction parameter more intuitive, includes backwards compatibilty
// https://github.com/angulartics/angulartics-google-analytics/issues/49
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angulartics-google-analytics",
"version": "0.2.0",
"version": "0.2.1",
"description": "Google Analytics plugin for Angulartics",
"keywords": [
"google",
Expand Down

0 comments on commit 0142255

Please sign in to comment.