Skip to content

gosusnp/select-file

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

select-file

AngularJS directive for file selection.

Getting Started

The following attributes are available:

<a select-file="files"
   select-file-accept="text/*"
   select-file-multiple>
    select files
</a>

select-file-accept and select-file-multiple are optionals.

The example above is equivalent to:

<a>
    <input type="text" ng-model="files" accept="text/*" multiple ng-hide="true" />
    select files
</a>

About

AngularJS directive for file selection.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published