FrontEnd Expert
FrontEnd Expert

Reputation: 5803

selected value is not coming in angular-ui-select

angular select ui is not working properly..

[http://plnkr.co/edit/CKHbiSQ4tZXTjOyxpyBK?p=preview][1]

Select lists are not working properly. Not able to work with option.text and option.value.

I want to show selected value in selected but i am not able to.

Upvotes: 0

Views: 78

Answers (1)

SaiGiridhar
SaiGiridhar

Reputation: 886

Define option in the controller. It will solve the issue.

$scope.option = {};

Here is the pluncker link: http://plnkr.co/edit/Z1oqz2r3Iq5khAF3GVI1?p=preview

Upvotes: 1

Related Questions