/** * An element which displays a command in a build. */ angular.module('quay').directive('buildLogCommand', function () { var directiveDefinitionObject = { priority: 0, templateUrl: '/static/directives/build-log-command.html', replace: false, transclude: false, restrict: 'C', scope: { 'command': '