Skip to content

Commit 8eeb885

Browse files
committed
Merge pull request #90 from PowerKiKi/patch-1
Officially deprecate ui-select2 in favor of ui-select
2 parents 4831985 + a3e86bf commit 8eeb885

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

index.html

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,11 @@
5353
UI-Router
5454
</a>
5555
</li>
56+
<li>
57+
<a href="https://github.com/angular-ui/ui-select">
58+
UI-Select
59+
</a>
60+
</li>
5661
<li>
5762
<a href="http://angular-ui.github.io/#ide-plugins">
5863
IDE Plugins
@@ -171,7 +176,7 @@ <h1 class="page-header" id="ui-modules">
171176
</ul>
172177
<ul class="nav nav-tabs nav-stacked span6">
173178
<li><a href="http://github.com/angular-ui/ui-date">Date</a></li>
174-
<li><a href="http://github.com/angular-ui/ui-select2">Select2</a></li>
179+
<li><a href="http://github.com/angular-ui/ui-select2"><s>Select2</s></a> - deprecated, use UI-Select instead</li>
175180
<li><a href="http://github.com/angular-ui/ui-tinymce">TinyMCE</a></li>
176181
<li><a href="http://github.com/angular-ui/ui-sortable">Sortable</a></li>
177182
</ul>
@@ -216,6 +221,15 @@ <h1 class="page-header">
216221
</span>
217222
</h1>
218223
</section>
224+
<section>
225+
<h1 class="page-header">
226+
UI-Select
227+
<small>AngularJS-native version of Select2 and Selectize</small>
228+
<span class="btn-group pull-right">
229+
<a class="btn btn-inverse btn-large" href="https://github.com/angular-ui/ui-select">Code</a>
230+
</span>
231+
</h1>
232+
</section>
219233
<section>
220234
<h1 class="page-header" id="ide-plugins">
221235
IDE Plugins

0 commit comments

Comments
 (0)