Skip to content

Commit fc79624

Browse files
committed
Fix layout after deprecation of Select2
1 parent 83eddc2 commit fc79624

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

index.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en" ng-app="demoApp" id="top">
33
<head>
44
<title>AngularUI for AngularJS</title>
5-
5+
66
<script src="lib/bootstrap/docs/assets/js/bootstrap.min.js"></script>
77
<script src="//code.angularjs.org/1.0.4/angular.js"></script>
88
<script src="js/prettify.js"></script>
@@ -17,7 +17,7 @@
1717
<div class="navbar-inner">
1818
<div class="container">
1919
<div class="dropdown pull-left">
20-
<a class="brand" href="http://angular-ui.github.io/">
20+
<a class="brand" href="http://angular-ui.github.io/">
2121
AngularUI
2222
</a>
2323
</div>
@@ -120,7 +120,7 @@ <h1>
120120
</div>
121121
</section>
122122
<!--/ GOOGLE SUMMER OF CODE BANNER -->
123-
123+
124124
<section>
125125
<h1 class="page-header">
126126
UI-Utils
@@ -176,7 +176,7 @@ <h1 class="page-header" id="ui-modules">
176176
</ul>
177177
<ul class="nav nav-tabs nav-stacked span6">
178178
<li><a href="http://github.com/angular-ui/ui-date">Date</a></li>
179-
<li><a href="http://github.com/angular-ui/ui-select2"><s>Select2</s></a> - deprecated, use UI-Select instead</li>
179+
<li><a href="http://github.com/angular-ui/ui-select2"><s>Select2</s> <span class="label label-important">Deprecated, use UI-Select instead</span></a></li>
180180
<li><a href="http://github.com/angular-ui/ui-tinymce">TinyMCE</a></li>
181181
<li><a href="http://github.com/angular-ui/ui-sortable">Sortable</a></li>
182182
</ul>
@@ -279,7 +279,7 @@ <h3 style="text-align: center;">{{buildErrorText}}</h3>
279279
</div>
280280
<div ng-hide="buildErrorText">
281281
<h3 style="text-align: center;">Select the modules you wish to download:</h3>
282-
<select style="width: 100%;" ui-select2 multiple
282+
<select style="width: 100%;" ui-select2 multiple
283283
ui-options="{multiple: true}"
284284
ng-model="selectedModules">
285285
<option ng-repeat="m in modules" value="{{m}}">{{m | inflector:'humanize'}}</option>

0 commit comments

Comments
 (0)