diff --git a/README.md b/README.md index 8b6860e..1dc1022 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,16 @@ npm install angular-file-upload ``` You could find this module in npm like [_angular file upload_](https://www.npmjs.com/search?q=angular%20file%20upload). +### Module Dependency + +Add `'angularFileUpload'` to your module declaration: + +``` +var app = angular.module('my-app', [ + 'angularFileUpload' +]); +``` + ## Demos 1. [Simple example](http://nervgh.github.io/pages/angular-file-upload/examples/simple) 2. [Uploads only images (with canvas preview)](http://nervgh.github.io/pages/angular-file-upload/examples/image-preview)