Sha256: e24abfb9a59ba11fd295dc84f9a160fd4e88d9616831db6448439a160ffa37da
Contents?: true
Size: 397 Bytes
Versions: 200
Compression:
Stored size: 397 Bytes
Contents
(function () { 'use strict'; /** * @ngdoc module * @name Bastion.docker-manifest-lists * * @description * Module for Docker Manifest List related functionality. */ angular .module('Bastion.docker-manifest-lists', [ 'ui.router', 'Bastion', 'Bastion.i18n', 'Bastion.components' ]); })();
Version data entries
200 entries across 200 versions & 1 rubygems