Skip to content
This repository was archived by the owner on Mar 8, 2019. It is now read-only.

Conversation

@dustinromey
Copy link

Adds ngSelectChanged, which fires with the ng-click once an item is selected from the modal, returning the item.

I needed a way to get the selected item information after the user made a selection. Optionally used like this:

ng-select-changed="coolFunction(item)"

Adds ngSelectChanged, which fires with the ng-click once an item is selected from the modal, returning the item.

I needed a way to get the selected item information after the user made a selection.  Optionally used like this:
<select-box ng-Selected-Value="selectedValue" 
                ng-Selected-Id="selectedId" 
                ng-Item-Name="name" 
                ng-Item-Id="id" 
                ng-title="Select something!" 
                ng-data="obj" 
                ng-placeholder="nothing selected!">
                ng-select-changed="coolFunction(item)"</select-box>
postb99 pushed a commit to OSAMES/ionic-Select-Control that referenced this pull request Sep 29, 2015
@postb99
Copy link

postb99 commented Sep 30, 2015

Hi there, I've forked project based on dslack fork and improved (close modal then execute change handling function) the functionality you asked for : https://github.com/OSAMES/ionic-Select-Control

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants