diff options
Diffstat (limited to 'afm-client/app/Frontend/widgets/FormInput')
-rw-r--r-- | afm-client/app/Frontend/widgets/FormInput/UploadAppli.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/afm-client/app/Frontend/widgets/FormInput/UploadAppli.js b/afm-client/app/Frontend/widgets/FormInput/UploadAppli.js index d18f620..c1b33ac 100644 --- a/afm-client/app/Frontend/widgets/FormInput/UploadAppli.js +++ b/afm-client/app/Frontend/widgets/FormInput/UploadAppli.js @@ -121,7 +121,6 @@ function LoadFileSvc (scope, files, fileCB) { // if everything is OK let's add file to xform xform.append(scope.name, this.file, this.file.name); } - } angular.module('UploadFiles',['AppConfig', 'ModalNotification', 'RangeSlider']) |