File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 42
42
Directives < b class ="caret "> </ b >
43
43
</ a >
44
44
< 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< % }); %>
48
46
</ ul >
49
47
</ li >
50
48
< li > < a href ="#getting_started "> Getting started</ a > </ li >
@@ -144,7 +142,10 @@ <h3>Dependencies</h3>
144
142
</ p >
145
143
< ul >
146
144
< 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 >
148
149
</ ul >
149
150
< h3 > Files to download</ h3 >
150
151
< p >
You can’t perform that action at this time.
0 commit comments