Skip to content

Commit 3b9da6d

Browse files
committed
Merge pull request angular-ui#54 from richardTowers/patch-1
Update readme to make dependency ordering clear.
2 parents 0060695 + e7473aa commit 3b9da6d

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)