Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
asafdav committed Oct 6, 2014
1 parent 48c6016 commit db83254
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,16 @@ attributes:
* enableValidation - optional, set to "false" in order to disable the field validation.
* targetFilename - An optional attribute for the target filename. if provided the file will be renamed to the provided value instead of having the file original filename.

## Themes
ng-s3upload allows to customize the directive template using themes. Currently the available themes are: bootstrap2, bootstrap3

#### How to?

```javascript
app.config(function(ngS3Config) {
ngS3Config.theme = 'bootstrap3';
});
```

[![Bitdeli Badge](https://d2weczhvl823v0.cloudfront.net/asafdav/ng-s3upload/trend.png)](https://bitdeli.com/free "Bitdeli Badge")

0 comments on commit db83254

Please sign in to comment.