diff options
Diffstat (limited to 'afb-client/app/Frontend/pages/Sample/Sample.html')
-rw-r--r-- | afb-client/app/Frontend/pages/Sample/Sample.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/afb-client/app/Frontend/pages/Sample/Sample.html b/afb-client/app/Frontend/pages/Sample/Sample.html index 7461d49..03a4558 100644 --- a/afb-client/app/Frontend/pages/Sample/Sample.html +++ b/afb-client/app/Frontend/pages/Sample/Sample.html @@ -25,10 +25,10 @@ animationIn: slideInRight </upload-image> <!-- Warning: name=xxx should match with what server expect [used as xform input name --> - <upload-audio name=music posturl="/api/post/upload-music" callback="ctrl.FileUploaded" title="Upload your Music"></upload-audio> + <upload-audio name="music" posturl="/api/post/upload-music" callback="ctrl.FileUploaded" title="Upload your Music"></upload-audio> <!-- Warning: name=xxx should match with what server expect [used as xform input name --> - <upload-appli name=appli posturl="/api/post/upload-appli" callback="ctrl.FileUploaded" title="Upload AGL App"></upload-appli> + <upload-appli name="appli" posturl="/api/post/upload-appli" callback="ctrl.FileUploaded" title="Upload AGL App"></upload-appli> </div> |