Qulinary angular common code - Raygun error reporting
npm install somafood-ng-analyticssomafood-ng-analytics
====================
Qulinary Analytics (wrapper for intercom & segment)
Pre-requisites
------------
* Node
* Bower
* Grunt
Setup your SSH keys in Bitbucket. See instructions
Installation
------------
```
npm install
bower install
grunt test
Usage
-----
1. Broadcast CURRENT_FOODIE_UPDATED when the current foodie is updated so that its updated on the analytics side. Should happen in ng-authtrackLogout
2. Add in LoginCtrl > logout on Logout success.
TODO:
1. Externalize state history --> remove dependency on $ionicHistory. Remove stateChangeListening from here, and add it to the app.run of the parent app.
Contributing
------------
* Conform to .jshintrc and .jsbeautifyrcgrunt codequality
* Run to test your codegrunt jsbeautifier:fix` to quickly format your code
* Run