Coder Social home page Coder Social logo

marcoliceti / angular-uploads Goto Github PK

View Code? Open in Web Editor NEW
19.0 19.0 1.0 1.91 MB

A bunch of AngularJS directives for beautiful upload UIs

Home Page: https://marcoliceti.github.io/angular-uploads/

License: MIT License

JavaScript 85.45% HTML 12.04% CSS 2.51%

angular-uploads's People

Contributors

marcoliceti avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

vanroy86

angular-uploads's Issues

Buttons not properly working when containing an icon

Say you have something like this:

<button
    msl-file-input="gestisciSelezioneFile"
    multiple
    class="btn btn-default">
    <span class="glyphicon glyphicon-file"></span> Select
</button>

As of version 1.0.2 this button will not work properly when you click on the span.glyphicon.

how upload selected with present?

very thanks this modular and minimal very ok

    $scope.fileSelectionHandler = function (files) {
        for (var i = 0; i < files.length; i++) $scope.files.push(files[i]);
        console.log($scope.files);
    };

i above code $scope.files contais file names i need start and stop like demo please help me.

very thanks

Folder Name.

Hi,
This is an awesome directive. I have one question, Is there a possible to get folder name?.

Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.