Sha256: 697fd1f3415cd5f8338677bf635570db1a5afd530a457b7d228440b526fe66e2
Contents?: true
Size: 295 Bytes
Versions: 2
Compression:
Stored size: 295 Bytes
Contents
(function(){ '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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
puppet-herald-0.8.1 | lib/puppet-herald/public/components/artifact/artifact-directive.js |
puppet-herald-0.8.0 | lib/puppet-herald/public/components/artifact/artifact-directive.js |