Skip to content

Commit b0ccf5a

Browse files
committed
update readme
1 parent bde3588 commit b0ccf5a

File tree

7 files changed

+5
-9
lines changed

7 files changed

+5
-9
lines changed

README.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,13 @@ A very smart filemanager to manage your files in the browser developed in Angula
44

55
[![Build Status](https://travis-ci.org/joni2back/angular-filemanager.svg?branch=master)](https://travis-ci.org/joni2back/angular-filemanager)
66

7-
#### I'm working on multiple file support / drag and drop features. API should be changed. For more information / contribute, see "[click-changes](https://github.com/joni2back/angular-filemanager/tree/click-changes)" branch.
8-
97
### Support
108
This project is under free license. If you want to support the angular-filemanager development or just thank it's main maintainer by paying a beer, you can make a donation by clicking the following button [![Donate](https://www.paypal.com/en_GB/i/btn/btn_donate_LG.gif)](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=XRB7EW72PS982)
119

1210

1311
#### [Try the DEMO](http://angular-filemanager.zendelsolutions.com/)
1412
---------
15-
![](https://raw.githubusercontent.com/joni2back/angular-filemanager/master/screenshot1.png)
16-
![](https://raw.githubusercontent.com/joni2back/angular-filemanager/master/screenshot2.png)
17-
![](https://raw.githubusercontent.com/joni2back/angular-filemanager/master/screenshot3.png)
13+
![](https://raw.githubusercontent.com/joni2back/angular-filemanager/master/screenshot.gif)
1814

1915
### Features
2016
- Multilanguage (English / Spanish / Portuguese / French / German)

dist/angular-filemanager.min.js

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
angular.module('FileManagerApp').config(['fileManagerConfigProvider', function (config) {
4747
var defaults = config.$get();
4848
config.set({
49-
appName: 'angular-filemanager | multiple file support',
49+
appName: 'angular-filemanager',
5050
allowedActions: angular.extend(defaults.allowedActions, {
5151
remove: true
5252
})

screenshot1.png

-129 KB
Binary file not shown.

screenshot2.png

-55.3 KB
Binary file not shown.

screenshot3.png

-70.1 KB
Binary file not shown.

src/js/providers/config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
angular.module('FileManagerApp').provider('fileManagerConfig', function() {
44

55
var values = {
6-
appName: 'angular-filemanager v2',
6+
appName: 'angular-filemanager v1.5',
77
defaultLang: 'en',
88

99
listUrl: 'bridges/php/handler.php',

0 commit comments

Comments
 (0)