Skip to content

Instantly share code, notes, and snippets.

@cirovladimir
Created August 8, 2019 16:12
Show Gist options
  • Save cirovladimir/0b75017e59555c9a94d412f0c8c48af6 to your computer and use it in GitHub Desktop.
Save cirovladimir/0b75017e59555c9a94d412f0c8c48af6 to your computer and use it in GitHub Desktop.
angularjs bootstrap 3.3.7 file upload button
<div class="pull-right">
<label class="btn btn-primary">
<span class="glyphicon glyphicon-upload"></span>
<span>Importar...</span>
<input type="file" class="hidden">
</label>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment