Sha256: 584432dec66ca2ea6db4f3066ac145ecbc2e31f9192920e35f11ea2fb6b0702a

Contents?: true

Size: 493 Bytes

Versions: 253

Compression:

Stored size: 493 Bytes

Contents

/**
 * @ngdoc directive
 * @name bastion.errata:errataCounts
 *
 * @description
 *   Directive for displaying the counts of the various types of errata.
 *
 * @example
 * <div errata-counts="contentViewVersion.errata_counts"></div>
 */
angular.module('Bastion.errata').directive('errataCounts', function () {
    return {
        restrict: 'AE',
        replace: true,
        templateUrl: 'errata/views/errata-counts.html',
        scope: {
            errataCounts: '='
        }
    };
});

Version data entries

253 entries across 253 versions & 1 rubygems

Version Path
katello-4.16.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-counts.directive.js
katello-4.15.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-counts.directive.js
katello-4.16.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-counts.directive.js
katello-4.16.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-counts.directive.js
katello-4.14.3 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-counts.directive.js
katello-4.14.2 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-counts.directive.js
katello-4.15.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-counts.directive.js
katello-4.15.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-counts.directive.js
katello-4.15.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-counts.directive.js
katello-4.14.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-counts.directive.js
katello-4.14.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-counts.directive.js
katello-4.14.0.rc3 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-counts.directive.js
katello-4.14.0.rc2 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-counts.directive.js
katello-4.14.0.rc1.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-counts.directive.js
katello-4.14.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-counts.directive.js
katello-4.13.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-counts.directive.js
katello-4.13.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-counts.directive.js
katello-4.12.1 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-counts.directive.js
katello-4.13.0.rc1 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-counts.directive.js
katello-4.12.0 engines/bastion_katello/app/assets/javascripts/bastion_katello/errata/errata-counts.directive.js