1
0
mirror of https://github.com/bitwarden/web synced 2026-01-09 03:53:28 +00:00

Added angulartics for google analytics tracking. Reformated json and xml files for new VS default (2 space indenting)

This commit is contained in:
Kyle Spearrin
2016-08-11 18:05:33 -04:00
parent 670e427800
commit d2605c328f
8 changed files with 133 additions and 121 deletions

View File

@@ -6,6 +6,8 @@
'angular-md5',
'ui.bootstrap.showErrors',
'toastr',
'angulartics',
'angulartics.google.analytics',
'bit.directives',
'bit.services',

View File

@@ -48,7 +48,6 @@
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-81915606-4', 'auto');
ga('send', 'pageview');
</script>
<!-- @endif -->
<!-- @exclude -->
@@ -75,6 +74,8 @@
<script src="lib/angular-bootstrap-show-errors/showErrors.js"></script>
<script src="lib/ngstorage/ngStorage.js"></script>
<script src="lib/ngclipboard/ngclipboard.js"></script>
<script src="lib/angulartics/angulartics.js"></script>
<script src="lib/angulartics/angulartics-ga.js"></script>
<script src="app/app.js"></script>
<script src="app/settings.js"></script>