Advertisement
Guest User

Untitled

a guest
May 3rd, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <input type="file" ngf-select ng-model="input.value" name="{{input.name}}" ngf-model-invalid="errorFile" required>
  2. <button type="button" ng-show="input.value !== null" ng-click="uploadFile(input.value, $index)">Upload File</button>
  3. <span ng-show="input.value.progress >= 0">
  4. <div class="progress" style="width:{{input.value.progress}}%" ng-bind="input.value.progress + '%'"></div>
  5. </span>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement