mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-18 16:13:24 +02:00
* upgrade node to latest version v17.9.0 Signed-off-by: Denis Barbaron <denis.barbaron@orange.com> * remove useless comments in karma configuration file Signed-off-by: Denis Barbaron <denis.barbaron@orange.com>
11 lines
276 B
JavaScript
11 lines
276 B
JavaScript
//
|
|
// Copyright © 2022 contains code contributed by Orange SA, authors: Denis Barbaron - Licensed under the Apache license 2.0
|
|
//
|
|
|
|
require('./table.css')
|
|
require('script-loader!ng-table/dist/ng-table')
|
|
|
|
module.exports = angular.module('stf/common-ui/table', [
|
|
'ngTable'
|
|
])
|