AngularJS AngularJS Directives
⚠ Report ✓ Question Verified Copy Link
<div ng-app="myApp" ng-controller="myCtrl"> <p>Select a car:</p> <select> <option ng-repeat="x in cars">{{x.model}}</option> </select> </div>
Learn More MCQ Questions from AngularJS AngularJS Directives