frLsSubgroupDirective.js 270 Bytes
import frLsSubgroup from '../../../public/views/ng/common/frLsSubgroup.html';

export default function () {
    return {
        restrict: 'A',
        scope: true,
        template: frLsSubgroup,
        controller: ['$scope', function ($scope) {

        }],
    };
}