Skip to content

Latest commit

 

History

History
43 lines (28 loc) · 755 Bytes

Readme.md

File metadata and controls

43 lines (28 loc) · 755 Bytes

angular-filesystem

Component that interacts with the filesystem

Installation

Install with component(1):

$ component install enome-components/angular-filesystem

API

require('angular-file-manager');
var module = angular.module('my-app', ['file-manager']);
<file-manager url='"/fileserver"' selected='selected'></file-manager>
  • url: server end-point to crud files and dirs
  • selected: array with the paths of the files and dirs

Example

make build
cd example
npm install
node app.js

or

git clone https://github.com/enome-components/angular-file-manager.git && cd angular-file-manager && make build && cd example && npm install && node app.js

License

MIT