import frLsSubgroup from '../../../public/views/ng/common/frLsSubgroup.html'; export default function () { return { restrict: 'A', scope: true, template: frLsSubgroup, controller: ['$scope', function ($scope) { }], }; }