Commit 8356de6edd3cdf073ad4764fb4d86c54ba2b03c0

Authored by Kuldeep Arora
1 parent 658bb9318a
Exists in master

revert

Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
app/partials/login/login.controller.js
... ... @@ -8,10 +8,10 @@
8 8 function LoginController($scope, $filter, $rootScope, $state,$location, LoginService) {
9 9  
10 10 //for hiding console errors
11   - window.onerror = function(message, url, lineNumber) {
  11 + /* window.onerror = function(message, url, lineNumber) {
12 12 // maybe some handling?
13 13 return true; // prevents browser error messages
14   - };
  14 + };*/
15 15  
16 16  
17 17 $scope.data = {};
... ...