I have an object inside a select ng-options, but i need to select the second one, how can i do that?
here is a example:
http://plnkr.co/edit/NTdaDNFFbbDlu7fJOeDK
$scope.prop = [
{t: "Service 1", j:"oi1"},
{t: "Service 2", j:"oi2"},
{t: "Service 3", j:"oi3"},
] ;
$scope.prop.value.j = "oi2";