Answer the question
In order to leave comments, you need to log in
How to do manual list sorting on the front in Angularjs?
There is a list of uploaded files in angularjs,
I display the name of each selected file so that the user can delete unnecessary ones.
<ul class="upload-file-list">
<li ng-repeat="file in files"><a ng-click="remove()" style="color: red;">X</a> {{$index+1}}) {{file.name}}</li>
</ul>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question