angular_file_field
Angular doesn't provide binding to input type file so to solve this problem we can use this.
How to use it :-
-
Add 'angular.fileField' to your module.
-
Add to container like shown in demo.
-
Add $scope.fileName = '' to your controller.
-
Assign this ng-modal value to your view to show selected file name.