Skip to content

Commit

Permalink
removed extra testing button in the demo page
Browse files Browse the repository at this point in the history
  • Loading branch information
Danial Farid authored and Danial Farid committed Sep 26, 2014
1 parent 407901e commit d1158d9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion demo/war/WEB-INF/appengine-web.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<appengine-web-app xmlns="http://appengine.google.com/ns/1.0">
<application>angular-file-upload</application>
<version>1-6-9</version>
<version>1-6-10</version>

<!--
Allows App Engine to send multiple requests to one instance in parallel:
Expand Down
3 changes: 0 additions & 3 deletions demo/war/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@ <h3>
myModel: <input type="text" ng-model="myModel"> model object to be sent with the file.<br/>
<div class="upload-buttons">
choose a single file: <input type="file" ng-file-select="onFileSelect($files)" onclick="this.value=null">
<button type="button" ng-file-select="onFileSelect($files)">aaaaaaa</button>
<input type="button" ng-file-select="onFileSelect($files)" name="zzzzzzzzzz" value="vvvvvvvvv">
<input type="file" ng-file-select="onFileSelect($files)">
<br/>
or multiple files: &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <input type="file" ng-file-select="onFileSelect($files)" multiple onclick="this.value=null">
<br/>
Expand Down

0 comments on commit d1158d9

Please sign in to comment.