Skip to content
This repository was archived by the owner on Jan 2, 2023. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ AngularJS multiselect component based off [`ngOptions`](https://docs.angularjs.o
## Dependencies

* [AngularJS](https://angularjs.org/) v1.x
* [Bootstrap CSS](http://getbootstrap.com/) v3.3.x for dropdown styles
* [Bootstrap CSS](http://getbootstrap.com/) v3.x for dropdown styles
* [UI Bootstrap](http://angular-ui.github.io/bootstrap/) v1.3.x for dropdown functionality

## Installation
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"angular": "^1.7.4",
"angular-mocks": "^1.7.4",
"angular-ui-bootstrap": "1.3.x",
"bootstrap-sass": "3.3.x",
"bootstrap-sass": "3.4.x",
"del": "^5.1.0",
"gulp": "^3.9.0",
"gulp-angular-templatecache": "^3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<base href="/angular-multiselect/">
<meta charset="utf-8">
<title>AngularJS Multiselect</title>
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" />
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" />
<link rel="stylesheet" href="dist/css/app.css" />
</head>
<body ng-app="multiselectDemo">
Expand Down