Skip to content
This repository has been archived by the owner on May 29, 2019. It is now read-only.

Commit

Permalink
docs(index): clarify Bootstrap CSS compatibility
Browse files Browse the repository at this point in the history
Closes #1519
  • Loading branch information
pkozlowski-opensource committed Jan 5, 2014
1 parent 99267e6 commit e1c9dc0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions misc/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@
Directives <b class="caret"></b>
</a>
<ul class="dropdown-menu">
<% demoModules.forEach(function(module) { %>
<li><a href="#<%= module.name %>"><%= module.displayName %></a></li>
<% }); %>
<% demoModules.forEach(function(module) { %><li><a href="#<%= module.name %>"><%= module.displayName %></a></li>s<% }); %>
</ul>
</li>
<li><a href="#getting_started">Getting started</a></li>
Expand Down Expand Up @@ -144,7 +142,10 @@ <h3>Dependencies</h3>
</p>
<ul>
<li><a href="http://angularjs.org" target="_blank">AngularJS</a> (minimal version 1.0.8)</li>
<li><a href="http://getbootstrap.com" target="_blank">Bootstrap CSS</a> (tested with version <%= bsversion %>)</li>
<li><a href="http://getbootstrap.com" target="_blank">Bootstrap CSS</a> (tested with version <%= bsversion %>).
This version of the library (<%= pkg.version%>) works only with Bootstrap CSS in version 3.x.
0.8.0 is the last version of this library that supports Bootstrap CSS in version 2.3.x.
</li>
</ul>
<h3>Files to download</h3>
<p>
Expand Down

0 comments on commit e1c9dc0

Please sign in to comment.