Reputation: 5803
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
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