incremental
diff --git a/static/js/versionController.js b/static/js/versionController.js
index 082ccf8..b77f9b4 100644
--- a/static/js/versionController.js
+++ b/static/js/versionController.js
@@ -1,4 +1,4 @@
-angular.module('bmcApp').controller('versionController', function($scope, Restangular) {
+angular.module('bmcApp').controller('versionController', function($scope) {
 
     var system_status = Restangular.one('systeminfo').get().then(function(system_status) {
         $scope.system_status = system_status;