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:
@@ -6,6 +6,8 @@
|
||||
'angular-md5',
|
||||
'ui.bootstrap.showErrors',
|
||||
'toastr',
|
||||
'angulartics',
|
||||
'angulartics.google.analytics',
|
||||
|
||||
'bit.directives',
|
||||
'bit.services',
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user