Skip to content

Commit

Permalink
remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
jia200x committed Jul 11, 2018
1 parent c01bce0 commit adc9c52
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,6 @@ <h3> Upload your RIOT app:</h3>
<app-form-element [element]="elements[3]" [form]="form"></app-form-element>
<app-form-element [element]="elements[4]" [form]="form" (notify_file)="fileChanged($event)"></app-form-element>

<!--<div class="form-group">
<label class="center-block">App in tar.gz format. Ensure the Makefile is in the root (e.g
my_app.tar.gz/Makefile)</label>
<input type="file" accept=".tar.gz" formControlName="file" (change)="fileChanged($event)">
</div>-->
<button type="submit" class="btn btn-primary">Submit</button>
</form>
</div>
Expand Down

0 comments on commit adc9c52

Please sign in to comment.