ohmyform/public/lib/ng-file-upload
2015-07-14 13:45:54 -07:00
..
2015-07-14 13:45:54 -07:00
2015-07-14 13:45:54 -07:00
2015-07-14 13:45:54 -07:00
2015-07-14 13:45:54 -07:00
2015-07-14 13:45:54 -07:00
2015-07-14 13:45:54 -07:00
2015-07-14 13:45:54 -07:00
2015-07-14 13:45:54 -07:00
2015-07-14 13:45:54 -07:00
2015-07-14 13:45:54 -07:00
2015-07-14 13:45:54 -07:00
2015-07-14 13:45:54 -07:00
2015-07-14 13:45:54 -07:00
2015-07-14 13:45:54 -07:00
2015-07-14 13:45:54 -07:00

angular-file-upload-bower

bower distribution of angular-file-upload. All issues and pull request must be sumbitted to angular-file-upload

Install

Install with bower:

bower install ng-file-upload

Add a <script> to your index.html:

<script src="/bower_components/angular/angular.js"></script>

<!--only needed if you support non HTML5 FormData browsers.-->
<script src="/bower_components/angular/angular-file-upload-shim.js"></script>
<script src="/bower_components/angular/angular-file-upload.js"></script>