Skip to content

Commit e1c9dc0

Browse files
docs(index): clarify Bootstrap CSS compatibility
Closes angular-ui#1519
1 parent 99267e6 commit e1c9dc0

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

misc/demo/index.html

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,7 @@
4242
Directives <b class="caret"></b>
4343
</a>
4444
<ul class="dropdown-menu">
45-
<% demoModules.forEach(function(module) { %>
46-
<li><a href="#<%= module.name %>"><%= module.displayName %></a></li>
47-
<% }); %>
45+
<% demoModules.forEach(function(module) { %><li><a href="#<%= module.name %>"><%= module.displayName %></a></li>s<% }); %>
4846
</ul>
4947
</li>
5048
<li><a href="#getting_started">Getting started</a></li>
@@ -144,7 +142,10 @@ <h3>Dependencies</h3>
144142
</p>
145143
<ul>
146144
<li><a href="http://angularjs.org" target="_blank">AngularJS</a> (minimal version 1.0.8)</li>
147-
<li><a href="http://getbootstrap.com" target="_blank">Bootstrap CSS</a> (tested with version <%= bsversion %>)</li>
145+
<li><a href="http://getbootstrap.com" target="_blank">Bootstrap CSS</a> (tested with version <%= bsversion %>).
146+
This version of the library (<%= pkg.version%>) works only with Bootstrap CSS in version 3.x.
147+
0.8.0 is the last version of this library that supports Bootstrap CSS in version 2.3.x.
148+
</li>
148149
</ul>
149150
<h3>Files to download</h3>
150151
<p>

0 commit comments

Comments
 (0)