incremental
diff --git a/static/js/versionController.js b/static/js/versionController.js
index c104602..65d9f49 100644
--- a/static/js/versionController.js
+++ b/static/js/versionController.js
@@ -1,4 +1,6 @@
-angular.module('bmcApp').controller('versionController', function($scope, $resource) {
+angular.module('bmcApp').controller('versionController', [
+ '$scope', '$resource',
+ function($scope, $resource) {
var systeminfo = $resource("/systeminfo");
@@ -16,4 +18,4 @@
-});
\ No newline at end of file
+}]);
\ No newline at end of file