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:
Simo Kinnunen
2014-09-05 17:28:01 +09:00
parent 484f868094
commit 6714ba8d24
5 changed files with 154 additions and 99 deletions

View File

@@ -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'))