Files
stf-DeviceFarmer/res/app/components/stf/port-forwarding/index.js
Gunther Brunner aad3db8828 Fixed most of the dependencies by unit testing.
Refactored TransactionService and StorageService.
2014-08-22 15:32:09 +09:00

4 lines
142 B
JavaScript

module.exports = angular.module('stf.port-forwarding-service', [
])
.factory('PortForwardingService', require('./port-forwarding-service'))