mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
13 lines
328 B
JavaScript
13 lines
328 B
JavaScript
/**
|
|
* Copyright © 2019 code initially contributed by Orange SA, authors: Denis Barbaron - Licensed under the Apache license 2.0
|
|
**/
|
|
|
|
require('./column-choice.css')
|
|
|
|
module.exports = angular.module('stf.column-choice', [
|
|
require('stf/common-ui').name
|
|
])
|
|
.directive('stfColumnChoice', require('./column-choice-directive'))
|
|
|
|
|