Project

General

Profile

« Previous | Next » 

Revision 7e86b53e

Added by Thomas McKay almost 10 years ago

fixes #6519 - updating associations UI

View differences:

engines/bastion/app/assets/javascripts/bastion/content-hosts/details/content-host-add-subscriptions.controller.js
angular.module('Bastion.content-hosts').controller('ContentHostAddSubscriptionsController',
['$scope', '$location', 'translate', 'CurrentOrganization', 'Subscription', 'ContentHost', 'SubscriptionsHelper',
function ($scope, $location, translate, CurrentOrganization, Subscription, ContentHost, SubscriptionsHelper) {
$scope.addSubscriptionsTable = $scope.addSubscriptionsPane.table;
$scope.isAdding = false;
$scope.addSubscriptionsTable.closeItem = function () {};

Also available in: Unified diff