Sha256: 39b653920851b9c7237bc29e3e8033bf8cd667c4dcd9cae97a820723ab7b1ae6
Contents?: true
Size: 442 Bytes
Versions: 138
Compression:
Stored size: 442 Bytes
Contents
/** * @ngdoc object * @name Bastion.content-hosts.controller:ContentHostDebsActionsController * * @requires $scope * * @description * Provides the functionality for the content host deb package actions. */ angular.module('Bastion.content-hosts').controller('ContentHostDebsActionsController', ['$scope', function ($scope) { $scope.packageAction = {actionType: 'packageInstall'}; // default to packageInstall } ]);
Version data entries
138 entries across 138 versions & 1 rubygems