diff --git a/index.html b/index.html index fd25351..6a61c51 100644 --- a/index.html +++ b/index.html @@ -118,7 +118,7 @@

1-line setup

-
+

Installation

Download Angulartics and the Angulartics plugin for your vendor. Note: All plugins list Angulartics as a dependency, so they will be downloaded together.

$ bower install angulartics-google-analytics --save
@@ -162,7 +162,7 @@

Declarative event tracking


-
+

Inferred values

analytics-on always needs to be present, because it is the attribute that enables event tracking for the element. All other attributes will be inferred if omitted.

@@ -177,7 +177,7 @@

Inferred values


-
+

Additional parameters

Each vendor has its own set of tracking properties. For example, Google Analytics have category and label. @@ -202,7 +202,7 @@

Scroll tracking


-
+

Using the API

In order to track pageviews and events from within your application logic, inject $analytics and invoke either the pageTrack()