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

Commit 1d230b7

Browse files
committed
Add line to README for importing the module
This is an easy step to forget during initial setup. It is helpful to not require the user to look through the demo again to get the name of the ui-select module.
1 parent 6dc3859 commit 1d230b7

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)