Skip to content

Commit

Permalink
chore: add bower install instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
revolunet committed Feb 18, 2014
1 parent 76e855f commit 4b7e749
Show file tree
Hide file tree
Showing 3 changed files with 41 additions and 1 deletion.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
# 0.0.1 (2014-02-18)

## Features
### tracker

* add ecommerce tracking (5dac41c)

* added setDomainName (ce2889f)



## Bug fixes
### main

* use $window._gaq (a630757)


# 0.0.1 (2014-02-18)

## Features
### tracker

* add ecommerce tracking (5dac41c)

* added setDomainName (ce2889f)



## Bug fixes
### main

* use $window._gaq (a630757)


6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ Proudly brought to you by [@revolunet](http://twitter.com/revolunet) and [@delta
- multiple-domains
- ga.js and and analytics.js support

## install

`bower install angular-google-analytics`

Or alternatively, grab the dist/angular-google-analytics.min.js and include it in your project

## example

```js
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"type": "git",
"url": "git://github.com/revolunet/angular-google-analytics.git"
},
"main": "./dist/angular-google-analytics.js",
"main": "./dist/angular-google-analytics.min.js",
"dependencies": {
"angular": "1.0.6",
"angular-mocks": "1.0.6",
Expand Down

0 comments on commit 4b7e749

Please sign in to comment.