Skip to content

Instantly share code, notes, and snippets.

@chanakaDe
Created April 12, 2020 08:04
Show Gist options
  • Save chanakaDe/4fa4f07a7ae7b38687b1d8e10f80960f to your computer and use it in GitHub Desktop.
Save chanakaDe/4fa4f07a7ae7b38687b1d8e10f80960f to your computer and use it in GitHub Desktop.
<div class="form-group">
<label>Wink Image:
<span style="color:red">*</span>
</label>
<input type="file" ng-model-instant id="fileToUpload" onchange="angular.element(this).scope().setFiles(this)" />
</div>
<div class="form-group">
<div>
<div ng-if="progressVisibleMain">
<div class="progress">
<div class="progress-bar" role="progressbar" aria-valuenow="10" aria-valuemin="0" aria-valuemax="100" ng-style="{'width': progress+'%'}">
{{progress}}% Completed
</div>
</div>
</div>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment