@@ -46,7 +46,7 @@ indyControllers.controller('NavCtl', ['$scope', function($scope){
4646indyControllers . controller ( 'RemoteListCtl' , [ '$scope' , '$location' , 'RemoteSvc' , 'StoreUtilSvc' , 'ControlSvc' , 'StoreDisableSvc' , function ( $scope , $location , RemoteSvc , StoreUtilSvc , ControlSvc , StoreDisableSvc ) {
4747 ControlSvc . addListingControlHrefs ( $scope , $location ) ;
4848
49- StoreDisableSvc . setDisabledMap ( $scope ) ;
49+ // StoreDisableSvc.setDisabledMap($scope);
5050
5151 $scope . remoteOptionLegend = StoreUtilSvc . remoteOptionLegend ( ) ;
5252 $scope . packageType = packageType ( $location . $$path ) ;
@@ -147,7 +147,7 @@ indyControllers.controller('RemoteCtl', ['$scope', '$routeParams', '$location',
147147indyControllers . controller ( 'HostedListCtl' , [ '$scope' , '$location' , 'HostedSvc' , 'StoreUtilSvc' , 'ControlSvc' , 'StoreDisableSvc' , function ( $scope , $location , HostedSvc , StoreUtilSvc , ControlSvc , StoreDisableSvc ) {
148148 ControlSvc . addListingControlHrefs ( $scope , $location ) ;
149149
150- StoreDisableSvc . setDisabledMap ( $scope ) ;
150+ // StoreDisableSvc.setDisabledMap($scope);
151151
152152 $scope . hostedOptionLegend = StoreUtilSvc . hostedOptionLegend ( ) ;
153153 $scope . packageType = packageType ( $location . $$path ) ;
@@ -231,7 +231,7 @@ indyControllers.controller('HostedCtl', ['$scope', '$routeParams', '$location',
231231
232232indyControllers . controller ( 'GroupListCtl' , [ '$q' , '$scope' , '$location' , 'GroupSvc' , 'StoreUtilSvc' , 'ControlSvc' , 'StoreDisableSvc' , 'AllStoreDisableSvc' , 'PackageTypeSvc' , function ( $q , $scope , $location , GroupSvc , StoreUtilSvc , ControlSvc , StoreDisableSvc , AllStoreDisableSvc , PackageTypeSvc ) {
233233 ControlSvc . addListingControlHrefs ( $scope , $location ) ;
234- StoreDisableSvc . setDisabledMap ( $scope ) ;
234+ // StoreDisableSvc.setDisabledMap($scope);
235235
236236 $scope . packageType = packageType ( $location . $$path ) ;
237237 $scope . listing = GroupSvc . resource . query ( { packageType : $scope . packageType } , function ( listing ) {
0 commit comments