commit | 911ac31759cb7b77a856af8806b4e064d50d7422 | [log] [tgz] |
---|---|---|
author | Ed Tanous <ed.tanous@intel.com> | Tue Aug 15 09:37:42 2017 -0700 |
committer | Ed Tanous <ed.tanous@intel.com> | Wed Oct 11 13:34:56 2017 -0700 |
tree | c4b714fabb2b956936ab6dffc18d9ff418756cf4 | |
parent | 8f0c0481d2280919b38a31656ba21a4347d12620 [diff] [blame] |
Large updates to webserver Do not merge yet Change-Id: I38c56844c1b0e3e8e5493c2705e62e6db7ee2102
diff --git a/static/partial-fwupdate.html b/static/partial-fwupdate.html index 829aad8..7bcd4ba 100644 --- a/static/partial-fwupdate.html +++ b/static/partial-fwupdate.html
@@ -8,7 +8,7 @@ </h4> </div> <div class="box-body"> - <input type="file" name="file" onchange="angular.element(this).scope().upload(this.files)" /> + <input type="file" name="file" file-input="files" /> </div> </div> </div>