Skip to content

Commit eb376aa

Browse files
Fixing script path
1 parent 789724b commit eb376aa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

demo/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h2>README.md</h2>
7373
### Html snippet
7474

7575
```html
76-
<script src="../bower_components/angular-ui-tags/build/angular-bootstrap-select.min.js"></script>
76+
<script src="../bower_components/angular-bootstrap-select/build/angular-bootstrap-select.min.js"></script>
7777

7878
<select class="selectpicker">
7979
<option>Mustard</option>
@@ -126,4 +126,4 @@ <h2>README.md</h2>
126126
</div>
127127

128128
</body>
129-
</html>
129+
</html>

0 commit comments

Comments
 (0)