Blame view
resources/js/livescores/frLsSubgroupDirective.js
270 Bytes
e77200db5 Initial commit |
1 2 3 4 5 6 7 8 9 10 11 12 |
import frLsSubgroup from '../../../public/views/ng/common/frLsSubgroup.html'; export default function () { return { restrict: 'A', scope: true, template: frLsSubgroup, controller: ['$scope', function ($scope) { }], }; } |