mirror of
https://github.com/openstf/stf
synced 2025-10-06 03:50:04 +02:00
8 lines
158 B
JavaScript
8 lines
158 B
JavaScript
|
|
//window.Ladda = require('ladda/js/ladda')
|
|
require('angular-ladda/src/angular-ladda')
|
|
|
|
module.exports = {
|
|
//Ladda: window.Ladda,
|
|
name: 'angular-ladda'
|
|
}
|