report useragent on error page

This commit is contained in:
Colin McLeod
2015-05-27 23:56:06 -07:00
parent 693029cee9
commit 1796b0fb46

View File

@@ -3,7 +3,7 @@ angular.module('app')
$rootScope.title = 'Error';
$scope.path = $location.path();
$scope.type = $p.type || 'unknown';
$scope.browser = $window.navigator.appVersion;
$scope.browser = $window.navigator.userAgent;
switch ($scope.type) {
case 404: