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