forked from Archives/Athou_commafeed
display app version
This commit is contained in:
@@ -1369,11 +1369,12 @@ function($scope, $location, $state, AdminSettingsService) {
|
||||
}]);
|
||||
|
||||
module.controller('HelpController', [ '$scope', 'CategoryService',
|
||||
'AnalyticsService',
|
||||
function($scope, CategoryService, AnalyticsService) {
|
||||
'AnalyticsService', 'ServerService',
|
||||
function($scope, CategoryService, AnalyticsService, ServerService) {
|
||||
|
||||
AnalyticsService.track();
|
||||
$scope.CategoryService = CategoryService;
|
||||
$scope.infos = ServerService.get();
|
||||
$scope.categoryId = 'all';
|
||||
$scope.order = 'desc';
|
||||
|
||||
|
||||
@@ -9,6 +9,7 @@
|
||||
<p>
|
||||
${about.line2_prefix}<a href="https://github.com/Athou/commafeed/issues" target="_blank">GitHub</a>${about.line2_suffix}
|
||||
</p>
|
||||
${about.version} {{infos.version}} ({{infos.gitCommit}})
|
||||
</div>
|
||||
|
||||
<div class="about-module">
|
||||
|
||||
Reference in New Issue
Block a user