Fix JS errors on Enterprise plans page

- Upgrades Angulartics to 1.1.1 to fix $exceptionHandler issue
- Changes Raven to use an Angular plugin
- Fixes the digest cycle call on the enterprise plans page
This commit is contained in:
Joseph Schorr 2016-06-21 14:11:43 -04:00
parent 9e6a264f5f
commit 60c4b38ed5
3 changed files with 6 additions and 6 deletions

View file

@ -14,9 +14,7 @@
UserService.updateUserIn($scope);
$('.plan-tabs a[data-toggle="tab"]').on('shown.bs.tab', function (e) {
$scope.$apply(function() {
$location.search({'tab': e.target.getAttribute('data-target').substr(1)});
});
$location.search({'tab': e.target.getAttribute('data-target').substr(1)});
});
$scope.signedIn = function() {