mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-17 23:53:25 +02:00
5 lines
120 B
JavaScript
5 lines
120 B
JavaScript
module.exports = angular.module('stf.native-url', [
|
|
|
|
])
|
|
.factory('NativeUrlService', require('./native-url-service'))
|