I have searched Google and can\'t find anything on this.
I have this code.
If you want to make sure your $scope.somethingHere value doesn't get overwritten when your view initializes, you'll want to coalesce (somethingHere = somethingHere || options[0].value) the value in your ng-init like so:
$scope.somethingHere
somethingHere = somethingHere || options[0].value