mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 16:43:26 +02:00
Move most installation functionality to InstallService. This makes it easier to have multiple drop areas while keeping them in sync.
This commit is contained in:
@@ -2,3 +2,4 @@ module.exports = angular.module('stf.install-service', [
|
||||
require('gettext').name
|
||||
])
|
||||
.filter('installError', require('./install-error-filter'))
|
||||
.factory('InstallService', require('./install-service'))
|
||||
|
||||
Reference in New Issue
Block a user