Skip to content

Commit e7473aa

Browse files
committed
Update readme to make dependency ordering clear.
This caught me out, and it seems to have been the cause of angular-ui#21.
1 parent 0060695 commit e7473aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,9 @@ This will copy the ui-select2 files into your `components` folder, along with it
4646
<script type="text/javascript" src="components/angular-ui-select2/src/select2.js"></script>
4747
```
4848

49+
(Note that `jquery` must be loaded before `angular` so that it doesn't use `jqLite` internally)
50+
51+
4952
Add the select2 module as a dependency to your application module:
5053

5154
```javascript

0 commit comments

Comments
 (0)