Sha256: f03496b9ee32e57d2f15bfd6e7b821f9ab7f211808c89726f5da5892d8c81845
Contents?: true
Size: 415 Bytes
Versions: 96
Compression:
Stored size: 415 Bytes
Contents
/** * @ngdoc object * @name Bastion.subscriptions.controller:ManifestController * * @requires $scope * @requires translate * @requires ManifestHistoryService * * @description * Controls the managment of manifests for use by sub-controllers. */ angular.module('Bastion.subscriptions').controller('ManifestController', ['$scope', function ($scope) { $scope.panel = {loading: true}; }] );
Version data entries
96 entries across 96 versions & 1 rubygems