SyntaxFix
Write A Post
Hire A Developer
Questions
If you assign value 0 to item.selectedVariant it should be selected automatically. Check out sample on http://docs.angularjs.org/api/ng.directive:select which selects red color by default by simply assigning $scope.color='red'.
item.selectedVariant
$scope.color='red'