Fixed hosts groups list

This commit is contained in:
Michael Abashian 2017-07-11 15:53:54 -04:00
parent 5a1687c390
commit f43308bf17

View File

@ -9,5 +9,5 @@ import HostNestedGroupsListController from './host-nested-groups-list.controller
export default
angular.module('hostNestedGroups', [])
.value('HostNestedGroupListDefinition', HostNestedGroupListDefinition)
.factory('HostNestedGroupListDefinition', HostNestedGroupListDefinition)
.controller('HostNestedGroupsListController', HostNestedGroupsListController);