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

Commit a240251

Browse files
committed
Update bootstrap.min.css version
1 parent 50280bc commit a240251

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ AngularJS multiselect component based off [`ngOptions`](https://docs.angularjs.o
55
## Dependencies
66

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

1111
## Installation

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<base href="/angular-multiselect/">
55
<meta charset="utf-8">
66
<title>AngularJS Multiselect</title>
7-
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" />
7+
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css" />
88
<link rel="stylesheet" href="dist/css/app.css" />
99
</head>
1010
<body ng-app="multiselectDemo">

0 commit comments

Comments
 (0)