I\'m a little bit confused with Angular and ng-options.
ng-options
I have a simple array and I want to init a select with it. But, I want that options value = labe
$scope.option will be equal to 'var1' after change, even you see value="0" in generated html
plunker