mirror of
https://github.com/openstf/stf
synced 2025-10-06 12:00:08 +02:00
4 lines
120 B
JavaScript
4 lines
120 B
JavaScript
module.exports = angular.module('stf.native-url', [
|
|
|
|
])
|
|
.factory('NativeUrlService', require('./native-url-service'))
|