Component that interacts with the filesystem
Install with component(1):
$ component install enome-components/angular-filesystem
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
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
MIT