1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-05 10:39:25 +02:00
OpenSTF/res/app/components/stf/install/index.js
2014-09-04 16:10:42 +09:00

4 lines
147 B
JavaScript

module.exports = angular.module('stf.install-service', [
require('gettext').name
])
.filter('installError', require('./install-error-filter'))