mirror of
https://github.com/mmumshad/ansible-playable.git
synced 2025-03-09 23:38:54 +00:00
Add playable version to UI and in config file.
This commit is contained in:
parent
5f2ab60791
commit
7a503bcf95
5 changed files with 11 additions and 7 deletions
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue