Project

General

Profile

« Previous | Next » 

Revision 6242a73b

Added by Eric Helms about 10 years ago

Content Views: Adding filter UI support for Packages, Errata and Package groups.

View differences:

engines/bastion/app/assets/javascripts/bastion/content-views/details/content-view-repositories-list.controller.js
/**
* Copyright 2013 Red Hat, Inc.
* Copyright 2014 Red Hat, Inc.
*
* This software is licensed to you under the GNU General Public
* License as published by the Free Software Foundation; either version
......
angular.module('Bastion.content-views').controller('ContentViewRepositoriesListController',
['$scope', 'Repository', 'Nutupane', 'CurrentOrganization', 'ContentViewRepositoriesUtil',
function ($scope, Repository, Nutupane, CurrentOrganization, ContentViewRepositoriesUtil) {
var nutupane;
ContentViewRepositoriesUtil($scope);

Also available in: Unified diff