Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to get text for ng-options?
Message
 
 
To
All
General information
Forum:
AngularJS
Category:
Coding, syntax & commands
Title:
How to get text for ng-options?
Miscellaneous
Thread ID:
01646832
Message ID:
01646832
Views:
35
Hi everybody,

Suppose I have the following markup
 <div class="col-xs-6">
                <label class="control-label">@Labels.activityEvent:</label>
                <select class="form-control" ng-model="currentOperatorsNotification.activType"
                        ng-options="t.value as t.text for t in metaData.events"></select>
            </div>
I want to be able to get the currently selected item text into a property. How can I do that with ng-options?

Thanks in advance.
If it's not broken, fix it until it is.


My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform