Add upload and installation errors.

This commit is contained in:
Gunther Brunner
2014-09-04 16:10:42 +09:00
parent 7ea5dd2777
commit 2f172c2fda
14 changed files with 165 additions and 69 deletions

View File

@@ -0,0 +1,4 @@
module.exports = angular.module('stf.upload-service', [
require('gettext').name
])
.filter('uploadError', require('./upload-error-filter'))