Skip to content

Commit 7557f12

Browse files
committed
Update README.md
1 parent 66f25ad commit 7557f12

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,17 @@ Download latest release from [here](https://github.com/danialfarid/angular-file-
120120
bower install ng-file-upload
121121
```
122122

123+
Make sure you have the scripts in the EXACT same order:
124+
```
125+
...
126+
<script src="angular-file-upload-shim(.min).js"></script>
127+
...
128+
<script src="angular(.min).js"></script>
129+
...
130+
<script src="angular-file-upload(.min).js"></script>
131+
...
132+
```
133+
123134
You can find the sample server code in Java/GAE [here](https://github.com/danialfarid/angular-file-upload/blob/master/demo/src/com/df/angularfileupload/FileUpload.java).
124135

125136
If you use this module you can give it a thumbs up at [http://ngmodules.org/modules/angular-file-upload](http://ngmodules.org/modules/angular-file-upload).

0 commit comments

Comments
 (0)