Sha256: 54811dbc6788ea7e6de76124084e1e63c50f51a2e98360025d0efc0e707b9766
Contents?: true
Size: 419 Bytes
Versions: 246
Compression:
Stored size: 419 Bytes
Contents
/** * @ngdoc object * @name Bastion.content-hosts.controller:ContentHostStatusController * * @requires $scope * @requires translate * @requires ContentHost */ angular.module('Bastion.content-hosts').controller('ContentHostStatusController', ['$scope', 'translate', function ($scope, translate) { $scope.statusReason = translate("Loading..."); $scope.statusRetrieved = false; }] );
Version data entries
246 entries across 246 versions & 1 rubygems