Skip to content

Commit b73cc4a

Browse files
committed
update readme for this new version
1 parent a64f093 commit b73cc4a

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ This project is under free license. If you want to support the angular-filemanag
1313
![](https://raw.githubusercontent.com/joni2back/angular-filemanager/click-changes/screenshot.gif)
1414

1515
### Features
16-
- Multilanguage (English / Spanish / Portuguese / French / German)
16+
- Multilanguage (English / Spanish / Portuguese / French / German / Slovak / Hebrew)
1717
- Multiple templates (List / Icons)
1818
- Multiple file upload
19+
- Multiple file support
1920
- Search files
2021
- Directory tree navigation
2122
- Copy, Move, Rename (Interactive UX)
@@ -24,8 +25,6 @@ This project is under free license. If you want to support the angular-filemanag
2425
- Mobile support
2526

2627
### TODO
27-
- Improve the docs
28-
- Multiple file selector
2928
- Drag and drop
3029
- Dropbox and Google Drive compatibility
3130
- Extend backend bridges (PHP, Java, Python, Node, .Net)
@@ -97,7 +96,7 @@ This project is under free license. If you want to support the angular-filemanag
9796
config.set({
9897
appName: 'my angular-filemanager',
9998
allowedActions: angular.extend(defaults.allowedActions, {
100-
remove: true
99+
remove: false
101100
})
102101
});
103102
}]);

0 commit comments

Comments
 (0)