<div ng-app="myApp" ng-controller="myCtrl"><select ng-model="selectedName" ng-options="item for item in names"></select></div><script> var app = angular.module('myApp', []);
app.controller('myCtrl', function($scope) {
下载地址:
AngularJS ng-open 指令AngularJS ng-paste 指令