I try to make a simple select dropdown with AngularJS
this is my code:
I believe you are missing an ngModel directive and you are invoking the ng-options directive in an incorrect way.
I made plunker here where it would work.