diff --git a/client/app/main/main.component.js b/client/app/main/main.component.js
index 0b480d4..f6dda0a 100644
--- a/client/app/main/main.component.js
+++ b/client/app/main/main.component.js
@@ -5,8 +5,10 @@ import routing from './main.routes';
export class MainController {
/*@ngInject*/
- constructor($http) {
+ constructor($http, $scope, appConfig) {
+ 'ngInject';
this.$http = $http;
+ $scope.appVersion = appConfig.version;
}
}
diff --git a/client/app/main/main.html b/client/app/main/main.html
index 25505f5..301a26d 100644
--- a/client/app/main/main.html
+++ b/client/app/main/main.html
@@ -1,8 +1,8 @@
- I am a Cloud Computing Solutions Architect and an Ansible Enthusiast. This is a fun project that I think will help Ansible users. I Look forward to working with you in maintaining and improving this open-source platform.
+ I am an Ansible Enthusiast. This is a fun project that I think will help Ansible users. I Look forward to working with you in maintaining and improving this open-source platform.