Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ <h4>1-line setup</h4>
<div class="container">
<section id="getting-started" analytics-on="scrollby" analytics-category="Scrolling" scrollby-offset="20%">
<div class="page-header"><h3>Getting started</h3></div>
<section>
<section id="installation">
<h4>Installation</h4>
<p>Download Angulartics and the Angulartics plugin for your vendor. Note: All plugins list Angulartics as a dependency, so they will be downloaded together.</p>
<pre><code>$ bower install <strong class="highlighted">angulartics-google-analytics</strong> --save</code></pre>
Expand Down Expand Up @@ -162,7 +162,7 @@ <h4>Declarative event tracking</h4>
</section>
<br>

<section>
<section id="inferred-values">
<h4>Inferred values</h4>
<p><code>analytics-on</code> 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.</p>
Expand All @@ -177,7 +177,7 @@ <h4>Inferred values</h4>
</section>
<br>

<section>
<section id="additional-parameters">
<h4>Additional parameters</h4>
<p>Each vendor has its own set of tracking properties. For example, <strong>Google Analytics</strong> have
<i>category</i> and <i>label</i>.
Expand All @@ -202,7 +202,7 @@ <h4>Scroll tracking</h4>
</section>
<br>

<section>
<section id="using-the-api">
<h4>Using the API</h4>
<p>In order to track pageviews and events from within your application logic,
inject <code>$analytics</code> and invoke either the <code>pageTrack()</code>
Expand Down