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