mirror of
https://github.com/VinylDNS/vinyldns
synced 2025-08-31 14:25:30 +00:00
Open list groups access (#809)
This commit is contained in:
@@ -18,7 +18,7 @@ angular.module('controller.manageZones', [])
|
||||
.controller('ManageZonesController', function ($scope, $timeout, $log, recordsService, zonesService, groupsService,
|
||||
profileService, utilityService) {
|
||||
|
||||
groupsService.getMyGroupsStored()
|
||||
groupsService.getGroupsStored()
|
||||
.then(function (results) {
|
||||
$scope.myGroups = results.groups;
|
||||
})
|
||||
|
Reference in New Issue
Block a user