Sha256: bf707d90249f80413a55287facad543011992b19c6de41922dd23ea2b118ee43

Contents?: true

Size: 274 Bytes

Versions: 3

Compression:

Stored size: 274 Bytes

Contents

'use strict';

angular.module('herald.artifact.artifact-directive', [])

.directive('appVersion', function() {
  return {
    restrict: 'A',
    controller: 'ArtifactController as artifact',
    transclude: true,
    template: '<span>{{ artifact.version }}</span>'
  };
});

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
puppet-herald-0.2.0 lib/puppet-herald/public/components/artifact/artifact-directive.js
puppet-herald-0.1.1 lib/puppet-herald/public/components/artifact/artifact-directive.js
puppet-herald-0.1.0 lib/puppet-herald/public/components/artifact/artifact-directive.js