display app version

This commit is contained in:
Athou
2013-07-21 11:40:32 +02:00
parent 9a124db32d
commit 60c64ce900
11 changed files with 82 additions and 25 deletions

View File

@@ -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';

View File

@@ -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">