diff --git a/www/js/controllers/app-controllers.js b/www/js/controllers/app-controllers.js
index 81c866e7fae056a21309f16c31264d2b32db5a67..43e6daa42df8c39a6eed5998e640ac1c13888fad 100644
--- a/www/js/controllers/app-controllers.js
+++ b/www/js/controllers/app-controllers.js
@@ -121,8 +121,7 @@ function AppController($scope, $rootScope, $state, $ionicSideMenuDelegate, $q, $
         console.error("[app] Unable to parse as WIF or EWIF format: " + (err && err.message || err));
         throw err; // rethrow
       });
-  }
-
+  };
 
   $scope.scanQrCodeAndGo = function() {