Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
Merge pull request #280 from PowerKiKi/patch-1
Browse files Browse the repository at this point in the history
Officially deprecate ui-select2 in favor of ui-select
  • Loading branch information
ProLoser committed Sep 18, 2014
2 parents f81cbc8 + 8efdb3a commit afa6589
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
ui-select2 [![Build Status](https://travis-ci.org/angular-ui/ui-select2.png)](https://travis-ci.org/angular-ui/ui-select2)
==========
ui-select2 (deprecated) [![Build Status](https://travis-ci.org/angular-ui/ui-select2.png)](https://travis-ci.org/angular-ui/ui-select2)
========================

# Annoucement


This **directive is now obsolete**. A new initiative, more active, and 100% angular is available at https://github.com/angular-ui/ui-select.

As development slowed down on ui-select2, it is getting unlikely that bugs will be fixed. So the new alternative should be used as soon as possible.

# Description

This directive allows you to enhance your select elements with behaviour from the [select2](http://ivaynberg.github.io/select2/) library.

# Requirements
Expand Down

2 comments on commit afa6589

@rambabu
Copy link

@rambabu rambabu commented on afa6589 May 7, 2015

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi Team,

I am facing issues with select option group .

Version 0.0.5 is not supporting option group.I have gone through the releases and downloaded
or
node_modules/.bin/bower install angular-ui-select2#0.0.5
it is supporting only options
repeatOption = tElm.find('option[ng-repeat], option[data-ng-repeat]');

Here it is missing option group..
But in master branch is supporting option groups.

Could you please release one more version form mater branch .. then we can download or install through browser.

Thanks,
r@m.

@PowerKiKi
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.