Skip to content

Commit

Permalink
small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Nazariii committed Nov 2, 2015
1 parent 4614e95 commit c0ac4f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -339,9 +339,9 @@ <h2 class="text-center">{{'FILL_INFO_ABOUT_PROTOCOL' | translate }}</h2>
ng-click="saveCalibrationTest()">{{'ADD' | translate}}
</button>
<button class="btn btn-primary btn-sm" type="button" style="margin-left: 20px" ng-show="!fileLoaded"
ng-click="fileName = uploadBbiFile(testId);console.log(fileName);">
ng-click="fileName = uploadBbiFile(testId)">
<img src="/resources/assets/button-icons/upload.png"
ng-click="fileName = uploadBbiFile(testId);console.log(fileName);">
ng-click="fileName = uploadBbiFile(testId)">
</img> {{ 'UPLOAD_BBI_FILE' | translate }}
</button>
</div>
Expand Down

0 comments on commit c0ac4f0

Please sign in to comment.