/** * An element which allows for editing labels. */ angular.module('quay').directive('labelInput', function () { return { templateUrl: '/static/directives/label-input.html', restrict: 'C', replace: true, scope: { 'labels': '