Hi developer,
I am using angular 2.

Here is my sample code:
<div class="col-xs-2">
                <select class="form-control" size="8" multiple="multiple">
                    <option *ngFor="#student of students" [value]=
"student.name">{{student.name}}</option>
                </select>
            </div>
            <div class="col-xs-2">
                <button type="button" class="btn btn-block"><i class="glyphicon 
glyphicon-forward"></i></button>
                <button type="button" class="btn btn-block"><i class="glyphicon 
glyphicon-chevron-right"></i></button>
                <button type="button" class="btn btn-block"><i class="glyphicon 
glyphicon-chevron-left"></i></button>
                <button type="button" class="btn btn-block"><i class="glyphicon 
glyphicon-backward"></i></button>
            </div>
            <div class="col-xs-2">
                <select class="form-control" size="8" multiple="multiple">
                    <option></option>
                </select>
            </div>

how to transfer the data (e.g student.name) from left side multiselect box 
to right side multiselect?
I am waiting for your response. Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"AngularJS" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/angular.
For more options, visit https://groups.google.com/d/optout.

Reply via email to