Skip to content
This repository was archived by the owner on Oct 2, 2019. It is now read-only.

Commit 0603827

Browse files
committed
Merge pull request #123 from martiansnoop/patch-1
Add line to README for importing the module
2 parents 6dc3859 + 1d230b7 commit 0603827

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Check the [examples](https://github.com/angular-ui/ui-select/blob/master/example
2727
- Inside your HTML add
2828
- select.js: `<script src="bower_components/angular-ui-select/dist/select.min.js"></script>`
2929
- select.css: `<link rel="stylesheet" href="bower_components/angular-ui-select/dist/select.min.css">`
30+
- Add the `ui.select` module as a dependency: `angular.module("myApp", ["ui.select"]);`
3031

3132
### Bootstrap theme
3233

0 commit comments

Comments
 (0)