diff options
author | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-21 16:10:40 +0100 |
---|---|---|
committer | Fulup Ar Foll <fulup@iot.bzh> | 2015-12-21 16:10:40 +0100 |
commit | 4c75745c475edfbb6a9258ee80944e655fdf89f6 (patch) | |
tree | 25cb1f99bb4c8d0d669696ad0c720ab79920ed74 /afb-client/app/Frontend/pages/Sample | |
parent | 20853066884b9d3cddfa29c9741d625ba625c5f3 (diff) |
Fixed Warning
Diffstat (limited to 'afb-client/app/Frontend/pages/Sample')
-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> |