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